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 e0fcdc09d5..128f56996d 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -15,7 +15,8 @@ HEADERS += tag_table.h \
15 skinhighlighter.h \ 15 skinhighlighter.h \
16 skindocument.h \ 16 skindocument.h \
17 preferencesdialog.h \ 17 preferencesdialog.h \
18 codeeditor.h 18 codeeditor.h \
19 projectmodel.h
19SOURCES += tag_table.c \ 20SOURCES += tag_table.c \
20 skin_parser.c \ 21 skin_parser.c \
21 skin_scan.c \ 22 skin_scan.c \
@@ -27,7 +28,8 @@ SOURCES += tag_table.c \
27 skinhighlighter.cpp \ 28 skinhighlighter.cpp \
28 skindocument.cpp \ 29 skindocument.cpp \
29 preferencesdialog.cpp \ 30 preferencesdialog.cpp \
30 codeeditor.cpp 31 codeeditor.cpp \
32 projectmodel.cpp
31OTHER_FILES += README \ 33OTHER_FILES += README \
32 resources/windowicon.png \ 34 resources/windowicon.png \
33 resources/appicon.xcf \ 35 resources/appicon.xcf \