We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6ffcc commit 0ac19ebCopy full SHA for 0ac19eb
demo/demo.pro
@@ -9,13 +9,11 @@ CONFIG *= c++14
9
10
SOURCES += \
11
main.cpp \
12
- MainWindow.cpp \
13
- AnimatedLabel.cpp
+ MainWindow.cpp
14
15
16
HEADERS += \
17
- MainWindow.h \
18
- AnimatedLabel.h
+ MainWindow.h
19
20
FORMS += \
21
mainwindow.ui
src/ads.qrc
@@ -1,8 +1,7 @@
1
<RCC>
2
<qresource prefix="/ads">
3
<file>stylesheets/default.css</file>
4
- <file>close.svg</file>
5
- <file>close-button.svg</file>
6
- <file>close-button-disabled.svg</file>
+ <file>images/close-button.svg</file>
+ <file>images/close-button-disabled.svg</file>
7
</qresource>
8
</RCC>
src/close-button-disabled.svg
src/close-button.svg
src/close.svg
0 commit comments