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, 7 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 128f56996d..c336edf2f5 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -16,7 +16,9 @@ HEADERS += tag_table.h \
16 skindocument.h \ 16 skindocument.h \
17 preferencesdialog.h \ 17 preferencesdialog.h \
18 codeeditor.h \ 18 codeeditor.h \
19 projectmodel.h 19 projectmodel.h \
20 tabcontent.h \
21 configdocument.h
20SOURCES += tag_table.c \ 22SOURCES += tag_table.c \
21 skin_parser.c \ 23 skin_parser.c \
22 skin_scan.c \ 24 skin_scan.c \
@@ -29,7 +31,8 @@ SOURCES += tag_table.c \
29 skindocument.cpp \ 31 skindocument.cpp \
30 preferencesdialog.cpp \ 32 preferencesdialog.cpp \
31 codeeditor.cpp \ 33 codeeditor.cpp \
32 projectmodel.cpp 34 projectmodel.cpp \
35 configdocument.cpp
33OTHER_FILES += README \ 36OTHER_FILES += README \
34 resources/windowicon.png \ 37 resources/windowicon.png \
35 resources/appicon.xcf \ 38 resources/appicon.xcf \
@@ -38,5 +41,6 @@ OTHER_FILES += README \
38 resources/document-open.png \ 41 resources/document-open.png \
39 resources/document-new.png 42 resources/document-new.png
40FORMS += editorwindow.ui \ 43FORMS += editorwindow.ui \
41 preferencesdialog.ui 44 preferencesdialog.ui \
45 configdocument.ui
42RESOURCES += resources.qrc 46RESOURCES += resources.qrc