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.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 14b001db12..f3ce7f6810 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -1,10 +1,11 @@
1CONFIG += qt
1HEADERS += tag_table.h \ 2HEADERS += tag_table.h \
2 symbols.h \ 3 symbols.h \
3 skin_parser.h \ 4 skin_parser.h \
4 skin_scan.h \ 5 skin_scan.h \
5 skin_debug.h 6 skin_debug.h
6SOURCES += tag_table.c \ 7SOURCES += tag_table.c \
7 main.c \
8 skin_parser.c \ 8 skin_parser.c \
9 skin_scan.c \ 9 skin_scan.c \
10 skin_debug.c 10 skin_debug.c \
11 main.cpp