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 329500e350..a46c40b451 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -43,7 +43,8 @@ HEADERS += models/parsetreemodel.h \
43 graphics/rbfont.h \ 43 graphics/rbfont.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
47SOURCES += main.cpp \ 48SOURCES += main.cpp \
48 models/parsetreemodel.cpp \ 49 models/parsetreemodel.cpp \
49 models/parsetreenode.cpp \ 50 models/parsetreenode.cpp \
@@ -62,7 +63,8 @@ SOURCES += main.cpp \
62 graphics/rbfont.cpp \ 63 graphics/rbfont.cpp \
63 gui/devicestate.cpp \ 64 gui/devicestate.cpp \
64 findreplace/findreplaceform.cpp \ 65 findreplace/findreplaceform.cpp \
65 findreplace/findreplacedialog.cpp 66 findreplace/findreplacedialog.cpp \
67 graphics/rbalbumart.cpp
66OTHER_FILES += README \ 68OTHER_FILES += README \
67 resources/windowicon.png \ 69 resources/windowicon.png \
68 resources/appicon.xcf \ 70 resources/appicon.xcf \