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 128f56996d..d78ea681a6 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -16,7 +16,8 @@ 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 projectfiles.h
20SOURCES += tag_table.c \ 21SOURCES += tag_table.c \
21 skin_parser.c \ 22 skin_parser.c \
22 skin_scan.c \ 23 skin_scan.c \
@@ -29,7 +30,8 @@ SOURCES += tag_table.c \
29 skindocument.cpp \ 30 skindocument.cpp \
30 preferencesdialog.cpp \ 31 preferencesdialog.cpp \
31 codeeditor.cpp \ 32 codeeditor.cpp \
32 projectmodel.cpp 33 projectmodel.cpp \
34 projectfiles.cpp
33OTHER_FILES += README \ 35OTHER_FILES += README \
34 resources/windowicon.png \ 36 resources/windowicon.png \
35 resources/appicon.xcf \ 37 resources/appicon.xcf \