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 bf2be3abd8..da5fe4156b 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -106,7 +106,8 @@ HEADERS += models/parsetreemodel.h \
106 qtfindreplacedialog/finddialog.h \ 106 qtfindreplacedialog/finddialog.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
110SOURCES += main.cpp \ 111SOURCES += main.cpp \
111 models/parsetreemodel.cpp \ 112 models/parsetreemodel.cpp \
112 models/parsetreenode.cpp \ 113 models/parsetreenode.cpp \
@@ -147,7 +148,8 @@ SOURCES += main.cpp \
147 qtfindreplacedialog/finddialog.cpp \ 148 qtfindreplacedialog/finddialog.cpp \
148 gui/projectexporter.cpp \ 149 gui/projectexporter.cpp \
149 gui/targetdownloader.cpp \ 150 gui/targetdownloader.cpp \
150 gui/syntaxcompleter.cpp 151 gui/syntaxcompleter.cpp \
152 graphics/rbmovable.cpp
151OTHER_FILES += README \ 153OTHER_FILES += README \
152 resources/windowicon.png \ 154 resources/windowicon.png \
153 resources/appicon.xcf \ 155 resources/appicon.xcf \