diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 1561500..19d9205 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -12,7 +12,8 @@ HEADERS += tag_table.h \ parsetreemodel.h \ parsetreenode.h \ editorwindow.h \ - skinhighlighter.h + skinhighlighter.h \ + skindocument.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -21,7 +22,8 @@ SOURCES += tag_table.c \ parsetreemodel.cpp \ parsetreenode.cpp \ editorwindow.cpp \ - skinhighlighter.cpp + skinhighlighter.cpp \ + skindocument.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf |