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.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 0cecd2d96b..b8d1dd3523 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -108,7 +108,8 @@ HEADERS += models/parsetreemodel.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 111 graphics/rbscene.h \
112 gui/rbconsole.h
112SOURCES += main.cpp \ 113SOURCES += main.cpp \
113 models/parsetreemodel.cpp \ 114 models/parsetreemodel.cpp \
114 models/parsetreenode.cpp \ 115 models/parsetreenode.cpp \
@@ -151,7 +152,8 @@ SOURCES += main.cpp \
151 gui/targetdownloader.cpp \ 152 gui/targetdownloader.cpp \
152 gui/syntaxcompleter.cpp \ 153 gui/syntaxcompleter.cpp \
153 graphics/rbmovable.cpp \ 154 graphics/rbmovable.cpp \
154 graphics/rbscene.cpp 155 graphics/rbscene.cpp \
156 gui/rbconsole.cpp
155OTHER_FILES += README \ 157OTHER_FILES += README \
156 resources/windowicon.png \ 158 resources/windowicon.png \
157 resources/appicon.xcf \ 159 resources/appicon.xcf \
@@ -196,7 +198,8 @@ FORMS += gui/editorwindow.ui \
196 qtfindreplacedialog/findreplaceform.ui \ 198 qtfindreplacedialog/findreplaceform.ui \
197 qtfindreplacedialog/findreplacedialog.ui \ 199 qtfindreplacedialog/findreplacedialog.ui \
198 gui/projectexporter.ui \ 200 gui/projectexporter.ui \
199 gui/targetdownloader.ui 201 gui/targetdownloader.ui \
202 gui/rbconsole.ui
200RESOURCES += resources.qrc 203RESOURCES += resources.qrc
201win32:RC_FILE = themeeditor.rc 204win32:RC_FILE = themeeditor.rc
202macx { 205macx {