summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-16 20:47:23 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-16 20:47:23 +0000
commit025147effbee00db8bae931b3ef3df25052e0d96 (patch)
treedb2df79d33b48f115fa35ffd9ae24f97c2bdc28b /utils/themeeditor/themeeditor.pro
parent1c1d10b9fdfc2b78c5aeba4c352cd7dbc0717edc (diff)
downloadrockbox-025147effbee00db8bae931b3ef3df25052e0d96.tar.gz
rockbox-025147effbee00db8bae931b3ef3df25052e0d96.zip
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.pro9
1 files changed, 6 insertions, 3 deletions
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 \
55 graphics/rbtextcache.h \ 55 graphics/rbtextcache.h \
56 gui/skintimer.h \ 56 gui/skintimer.h \
57 graphics/rbtoucharea.h \ 57 graphics/rbtoucharea.h \
58 gui/newprojectdialog.h 58 gui/newprojectdialog.h \
59 models/targetdata.h
59SOURCES += main.cpp \ 60SOURCES += main.cpp \
60 models/parsetreemodel.cpp \ 61 models/parsetreemodel.cpp \
61 models/parsetreenode.cpp \ 62 models/parsetreenode.cpp \
@@ -81,7 +82,8 @@ SOURCES += main.cpp \
81 graphics/rbtextcache.cpp \ 82 graphics/rbtextcache.cpp \
82 gui/skintimer.cpp \ 83 gui/skintimer.cpp \
83 graphics/rbtoucharea.cpp \ 84 graphics/rbtoucharea.cpp \
84 gui/newprojectdialog.cpp 85 gui/newprojectdialog.cpp \
86 models/targetdata.cpp
85OTHER_FILES += README \ 87OTHER_FILES += README \
86 resources/windowicon.png \ 88 resources/windowicon.png \
87 resources/appicon.xcf \ 89 resources/appicon.xcf \
@@ -102,7 +104,8 @@ OTHER_FILES += README \
102 resources/lines.xcf \ 104 resources/lines.xcf \
103 resources/lines.png \ 105 resources/lines.png \
104 resources/cursor.xcf \ 106 resources/cursor.xcf \
105 resources/cursor.png 107 resources/cursor.png \
108 resources/targetdb
106FORMS += gui/editorwindow.ui \ 109FORMS += gui/editorwindow.ui \
107 gui/preferencesdialog.ui \ 110 gui/preferencesdialog.ui \
108 gui/configdocument.ui \ 111 gui/configdocument.ui \