diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r-- | utils/themeeditor/themeeditor.pro | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index ad6b41858e..b1c7688130 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro | |||
@@ -2,10 +2,14 @@ HEADERS += tag_table.h \ | |||
2 | symbols.h \ | 2 | symbols.h \ |
3 | skin_parser.h \ | 3 | skin_parser.h \ |
4 | skin_scan.h \ | 4 | skin_scan.h \ |
5 | skin_debug.h | 5 | skin_debug.h \ |
6 | parsetreemodel.h \ | ||
7 | parsetreenode.h | ||
6 | SOURCES += tag_table.c \ | 8 | SOURCES += tag_table.c \ |
7 | skin_parser.c \ | 9 | skin_parser.c \ |
8 | skin_scan.c \ | 10 | skin_scan.c \ |
9 | skin_debug.c \ | 11 | skin_debug.c \ |
10 | main.cpp | 12 | main.cpp \ |
13 | parsetreemodel.cpp \ | ||
14 | parsetreenode.cpp | ||
11 | OTHER_FILES += README | 15 | OTHER_FILES += README |