summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 1e66faf88e..14fa73cc7d 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -44,7 +44,8 @@ HEADERS += models/parsetreemodel.h \
44 gui/devicestate.h \ 44 gui/devicestate.h \
45 findreplace/findreplaceform.h \ 45 findreplace/findreplaceform.h \
46 findreplace/findreplacedialog.h \ 46 findreplace/findreplacedialog.h \
47 graphics/rbalbumart.h 47 graphics/rbalbumart.h \
48 graphics/rbprogressbar.h
48SOURCES += main.cpp \ 49SOURCES += main.cpp \
49 models/parsetreemodel.cpp \ 50 models/parsetreemodel.cpp \
50 models/parsetreenode.cpp \ 51 models/parsetreenode.cpp \
@@ -64,7 +65,8 @@ SOURCES += main.cpp \
64 gui/devicestate.cpp \ 65 gui/devicestate.cpp \
65 findreplace/findreplaceform.cpp \ 66 findreplace/findreplaceform.cpp \
66 findreplace/findreplacedialog.cpp \ 67 findreplace/findreplacedialog.cpp \
67 graphics/rbalbumart.cpp 68 graphics/rbalbumart.cpp \
69 graphics/rbprogressbar.cpp
68OTHER_FILES += README \ 70OTHER_FILES += README \
69 resources/windowicon.png \ 71 resources/windowicon.png \
70 resources/appicon.xcf \ 72 resources/appicon.xcf \