diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index c336edf..ef3f499 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -18,7 +18,8 @@ HEADERS += tag_table.h \ codeeditor.h \ projectmodel.h \ tabcontent.h \ - configdocument.h + configdocument.h \ + skinviewer.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -32,7 +33,8 @@ SOURCES += tag_table.c \ preferencesdialog.cpp \ codeeditor.cpp \ projectmodel.cpp \ - configdocument.cpp + configdocument.cpp \ + skinviewer.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -42,5 +44,6 @@ OTHER_FILES += README \ resources/document-new.png FORMS += editorwindow.ui \ preferencesdialog.ui \ - configdocument.ui + configdocument.ui \ + skinviewer.ui RESOURCES += resources.qrc |