diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index ede1710..1561500 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -22,5 +22,8 @@ SOURCES += tag_table.c \ parsetreenode.cpp \ editorwindow.cpp \ skinhighlighter.cpp -OTHER_FILES += README +OTHER_FILES += README \ + resources/windowicon.png \ + resources/appicon.xcf FORMS += editorwindow.ui +RESOURCES += resources.qrc |