summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-15 21:39:09 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-15 21:39:09 +0000
commitc272144867f94dc7e99f8333bec5dd052878ecd8 (patch)
tree6ceb4ce5111b05da666ab2c0a1fda571d84ccd42 /utils/themeeditor/themeeditor.pro
parente700e195d88f09a94fe681fd2906564ade2be0d0 (diff)
downloadrockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.tar.gz
rockbox-c272144867f94dc7e99f8333bec5dd052878ecd8.zip
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.pro9
1 files changed, 6 insertions, 3 deletions
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 \
54 graphics/rbfontcache.h \ 54 graphics/rbfontcache.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
58SOURCES += main.cpp \ 59SOURCES += main.cpp \
59 models/parsetreemodel.cpp \ 60 models/parsetreemodel.cpp \
60 models/parsetreenode.cpp \ 61 models/parsetreenode.cpp \
@@ -79,7 +80,8 @@ SOURCES += main.cpp \
79 graphics/rbfontcache.cpp \ 80 graphics/rbfontcache.cpp \
80 graphics/rbtextcache.cpp \ 81 graphics/rbtextcache.cpp \
81 gui/skintimer.cpp \ 82 gui/skintimer.cpp \
82 graphics/rbtoucharea.cpp 83 graphics/rbtoucharea.cpp \
84 gui/newprojectdialog.cpp
83OTHER_FILES += README \ 85OTHER_FILES += README \
84 resources/windowicon.png \ 86 resources/windowicon.png \
85 resources/appicon.xcf \ 87 resources/appicon.xcf \
@@ -106,7 +108,8 @@ FORMS += gui/editorwindow.ui \
106 gui/configdocument.ui \ 108 gui/configdocument.ui \
107 gui/skinviewer.ui \ 109 gui/skinviewer.ui \
108 gui/findreplacedialog.ui \ 110 gui/findreplacedialog.ui \
109 gui/skintimer.ui 111 gui/skintimer.ui \
112 gui/newprojectdialog.ui
110RESOURCES += resources.qrc 113RESOURCES += resources.qrc
111win32:RC_FILE = themeeditor.rc 114win32:RC_FILE = themeeditor.rc
112macx { 115macx {