From 025147effbee00db8bae931b3ef3df25052e0d96 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 16 Jul 2010 20:47:23 +0000 Subject: 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 --- 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 75bad8373b..48c9f8c24d 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 \ -- cgit v1.2.3