summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-08 21:53:27 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-08 21:53:27 +0000
commit73a3747bc1b33200207768b101bf56083416d756 (patch)
tree08c86af3f3b785842f6c4753eb7de2bebb55d4e5 /utils/themeeditor/themeeditor.pro
parent9dd5f75966f43b59740259647ba37d0b1d71f7c4 (diff)
downloadrockbox-73a3747bc1b33200207768b101bf56083416d756.zip
rockbox-73a3747bc1b33200207768b101bf56083416d756.tar.gz
rockbox-73a3747bc1b33200207768b101bf56083416d756.tar.bz2
rockbox-73a3747bc1b33200207768b101bf56083416d756.tar.xz
Theme Editor: Built a ui for the timer panel, not functional yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27353 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro18
1 files changed, 14 insertions, 4 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 904adf2..49e1be9 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -52,7 +52,8 @@ HEADERS += models/parsetreemodel.h \
gui/findreplacedialog.h \
graphics/rbtext.h \
graphics/rbfontcache.h \
- graphics/rbtextcache.h
+ graphics/rbtextcache.h \
+ gui/skintimer.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -75,7 +76,8 @@ SOURCES += main.cpp \
gui/findreplacedialog.cpp \
graphics/rbtext.cpp \
graphics/rbfontcache.cpp \
- graphics/rbtextcache.cpp
+ graphics/rbtextcache.cpp \
+ gui/skintimer.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -85,12 +87,20 @@ OTHER_FILES += README \
resources/document-new.png \
resources/deviceoptions \
resources/render/statusbar.png \
- resources/render/scenebg.png
+ resources/render/scenebg.png \
+ resources/play.xcf \
+ resources/play.png \
+ resources/rwnd.png \
+ resources/pause.xcf \
+ resources/pause.png \
+ resources/ffwd.xcf \
+ resources/ffwd.png
FORMS += gui/editorwindow.ui \
gui/preferencesdialog.ui \
gui/configdocument.ui \
gui/skinviewer.ui \
- gui/findreplacedialog.ui
+ gui/findreplacedialog.ui \
+ gui/skintimer.ui
RESOURCES += resources.qrc
win32:RC_FILE = themeeditor.rc
macx {