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 5418bbf555..0cecd2d96b 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -107,7 +107,8 @@ HEADERS += models/parsetreemodel.h \
107 gui/projectexporter.h \ 107 gui/projectexporter.h \
108 gui/targetdownloader.h \ 108 gui/targetdownloader.h \
109 gui/syntaxcompleter.h \ 109 gui/syntaxcompleter.h \
110 graphics/rbmovable.h 110 graphics/rbmovable.h \
111 graphics/rbscene.h
111SOURCES += main.cpp \ 112SOURCES += main.cpp \
112 models/parsetreemodel.cpp \ 113 models/parsetreemodel.cpp \
113 models/parsetreenode.cpp \ 114 models/parsetreenode.cpp \
@@ -149,7 +150,8 @@ SOURCES += main.cpp \
149 gui/projectexporter.cpp \ 150 gui/projectexporter.cpp \
150 gui/targetdownloader.cpp \ 151 gui/targetdownloader.cpp \
151 gui/syntaxcompleter.cpp \ 152 gui/syntaxcompleter.cpp \
152 graphics/rbmovable.cpp 153 graphics/rbmovable.cpp \
154 graphics/rbscene.cpp
153OTHER_FILES += README \ 155OTHER_FILES += README \
154 resources/windowicon.png \ 156 resources/windowicon.png \
155 resources/appicon.xcf \ 157 resources/appicon.xcf \