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 ad6b418..b1c7688 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -2,10 +2,14 @@ HEADERS += tag_table.h \ symbols.h \ skin_parser.h \ skin_scan.h \ - skin_debug.h + skin_debug.h \ + parsetreemodel.h \ + parsetreenode.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ skin_debug.c \ - main.cpp + main.cpp \ + parsetreemodel.cpp \ + parsetreenode.cpp OTHER_FILES += README |