diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-16 20:47:23 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-16 20:47:23 +0000 |
| commit | 025147effbee00db8bae931b3ef3df25052e0d96 (patch) | |
| tree | db2df79d33b48f115fa35ffd9ae24f97c2bdc28b /utils/themeeditor/themeeditor.pro | |
| parent | 1c1d10b9fdfc2b78c5aeba4c352cd7dbc0717edc (diff) | |
| download | rockbox-025147effbee00db8bae931b3ef3df25052e0d96.zip rockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.gz rockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.bz2 rockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.xz | |
Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27450 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 75bad83..48c9f8c 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -55,7 +55,8 @@ HEADERS += models/parsetreemodel.h \ graphics/rbtextcache.h \ gui/skintimer.h \ graphics/rbtoucharea.h \ - gui/newprojectdialog.h + gui/newprojectdialog.h \ + models/targetdata.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -81,7 +82,8 @@ SOURCES += main.cpp \ graphics/rbtextcache.cpp \ gui/skintimer.cpp \ graphics/rbtoucharea.cpp \ - gui/newprojectdialog.cpp + gui/newprojectdialog.cpp \ + models/targetdata.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -102,7 +104,8 @@ OTHER_FILES += README \ resources/lines.xcf \ resources/lines.png \ resources/cursor.xcf \ - resources/cursor.png + resources/cursor.png \ + resources/targetdb FORMS += gui/editorwindow.ui \ gui/preferencesdialog.ui \ gui/configdocument.ui \ |