From c272144867f94dc7e99f8333bec5dd052878ecd8 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 15 Jul 2010 21:39:09 +0000 Subject: Theme Editor: Added New Project feature git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 5d77d562a6..75bad8373b 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 { -- cgit v1.2.3