diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-15 21:39:09 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-15 21:39:09 +0000 |
| commit | c272144867f94dc7e99f8333bec5dd052878ecd8 (patch) | |
| tree | 6ceb4ce5111b05da666ab2c0a1fda571d84ccd42 /utils/themeeditor/themeeditor.pro | |
| parent | e700e195d88f09a94fe681fd2906564ade2be0d0 (diff) | |
| download | rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.zip rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.gz rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.bz2 rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.xz | |
Theme Editor: Added New Project feature
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27439 a1c6a512-1295-4272-9138-f99709370657
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 { |