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.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index c7bde1fa1a..bd994c602a 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -23,7 +23,6 @@ INCLUDEPATH += models
23INCLUDEPATH += graphics 23INCLUDEPATH += graphics
24INCLUDEPATH += quazip 24INCLUDEPATH += quazip
25INCLUDEPATH += qtfindreplacedialog 25INCLUDEPATH += qtfindreplacedialog
26
27DEFINES += FINDREPLACE_NOLIB 26DEFINES += FINDREPLACE_NOLIB
28cross { 27cross {
29 message("Crossbuilding for W32 binary") 28 message("Crossbuilding for W32 binary")
@@ -95,7 +94,8 @@ HEADERS += models/parsetreemodel.h \
95 qtfindreplacedialog/findreplacedialog.h \ 94 qtfindreplacedialog/findreplacedialog.h \
96 qtfindreplacedialog/findform.h \ 95 qtfindreplacedialog/findform.h \
97 qtfindreplacedialog/finddialog.h \ 96 qtfindreplacedialog/finddialog.h \
98 gui/projectexporter.h 97 gui/projectexporter.h \
98 gui/targetdownloader.h
99SOURCES += main.cpp \ 99SOURCES += main.cpp \
100 models/parsetreemodel.cpp \ 100 models/parsetreemodel.cpp \
101 models/parsetreenode.cpp \ 101 models/parsetreenode.cpp \
@@ -134,7 +134,8 @@ SOURCES += main.cpp \
134 qtfindreplacedialog/findreplacedialog.cpp \ 134 qtfindreplacedialog/findreplacedialog.cpp \
135 qtfindreplacedialog/findform.cpp \ 135 qtfindreplacedialog/findform.cpp \
136 qtfindreplacedialog/finddialog.cpp \ 136 qtfindreplacedialog/finddialog.cpp \
137 gui/projectexporter.cpp 137 gui/projectexporter.cpp \
138 gui/targetdownloader.cpp
138OTHER_FILES += README \ 139OTHER_FILES += README \
139 resources/windowicon.png \ 140 resources/windowicon.png \
140 resources/appicon.xcf \ 141 resources/appicon.xcf \
@@ -169,7 +170,8 @@ FORMS += gui/editorwindow.ui \
169 gui/fontdownloader.ui \ 170 gui/fontdownloader.ui \
170 qtfindreplacedialog/findreplaceform.ui \ 171 qtfindreplacedialog/findreplaceform.ui \
171 qtfindreplacedialog/findreplacedialog.ui \ 172 qtfindreplacedialog/findreplacedialog.ui \
172 gui/projectexporter.ui 173 gui/projectexporter.ui \
174 gui/targetdownloader.ui
173RESOURCES += resources.qrc 175RESOURCES += resources.qrc
174win32:RC_FILE = themeeditor.rc 176win32:RC_FILE = themeeditor.rc
175macx { 177macx {