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 5d77d56..75bad83 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -54,7 +54,8 @@ HEADERS += models/parsetreemodel.h \ graphics/rbfontcache.h \ graphics/rbtextcache.h \ gui/skintimer.h \ - graphics/rbtoucharea.h + graphics/rbtoucharea.h \ + gui/newprojectdialog.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -79,7 +80,8 @@ SOURCES += main.cpp \ graphics/rbfontcache.cpp \ graphics/rbtextcache.cpp \ gui/skintimer.cpp \ - graphics/rbtoucharea.cpp + graphics/rbtoucharea.cpp \ + gui/newprojectdialog.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -106,7 +108,8 @@ FORMS += gui/editorwindow.ui \ gui/configdocument.ui \ gui/skinviewer.ui \ gui/findreplacedialog.ui \ - gui/skintimer.ui + gui/skintimer.ui \ + gui/newprojectdialog.ui RESOURCES += resources.qrc win32:RC_FILE = themeeditor.rc macx { |