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 a8df4fc..3d9ddca 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -92,7 +92,8 @@ HEADERS += models/parsetreemodel.h \
qtfindreplacedialog/findreplaceform.h \
qtfindreplacedialog/findreplacedialog.h \
qtfindreplacedialog/findform.h \
- qtfindreplacedialog/finddialog.h
+ qtfindreplacedialog/finddialog.h \
+ gui/projectexporter.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -130,7 +131,8 @@ SOURCES += main.cpp \
qtfindreplacedialog/findreplaceform.cpp \
qtfindreplacedialog/findreplacedialog.cpp \
qtfindreplacedialog/findform.cpp \
- qtfindreplacedialog/finddialog.cpp
+ qtfindreplacedialog/finddialog.cpp \
+ gui/projectexporter.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -164,7 +166,8 @@ FORMS += gui/editorwindow.ui \
gui/newprojectdialog.ui \
gui/fontdownloader.ui \
qtfindreplacedialog/findreplaceform.ui \
- qtfindreplacedialog/findreplacedialog.ui
+ qtfindreplacedialog/findreplacedialog.ui \
+ gui/projectexporter.ui
RESOURCES += resources.qrc
win32:RC_FILE = themeeditor.rc
macx {