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 4241598566..8a16fa926a 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -43,7 +43,8 @@ HEADERS += models/parsetreemodel.h \
43 gui/devicestate.h \ 43 gui/devicestate.h \
44 graphics/rbalbumart.h \ 44 graphics/rbalbumart.h \
45 graphics/rbprogressbar.h \ 45 graphics/rbprogressbar.h \
46 gui/findreplacedialog.h 46 gui/findreplacedialog.h \
47 graphics/rbtext.h
47SOURCES += main.cpp \ 48SOURCES += main.cpp \
48 models/parsetreemodel.cpp \ 49 models/parsetreemodel.cpp \
49 models/parsetreenode.cpp \ 50 models/parsetreenode.cpp \
@@ -63,7 +64,8 @@ SOURCES += main.cpp \
63 gui/devicestate.cpp \ 64 gui/devicestate.cpp \
64 graphics/rbalbumart.cpp \ 65 graphics/rbalbumart.cpp \
65 graphics/rbprogressbar.cpp \ 66 graphics/rbprogressbar.cpp \
66 gui/findreplacedialog.cpp 67 gui/findreplacedialog.cpp \
68 graphics/rbtext.cpp
67OTHER_FILES += README \ 69OTHER_FILES += README \
68 resources/windowicon.png \ 70 resources/windowicon.png \
69 resources/appicon.xcf \ 71 resources/appicon.xcf \