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