diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 14b001d..f3ce7f6 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -1,10 +1,11 @@ +CONFIG += qt HEADERS += tag_table.h \ symbols.h \ skin_parser.h \ skin_scan.h \ skin_debug.h SOURCES += tag_table.c \ - main.c \ skin_parser.c \ skin_scan.c \ - skin_debug.c + skin_debug.c \ + main.cpp |