summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-02 00:20:36 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-02 00:20:36 +0000
commit9742704070732aeaa9fa1287045a682db5cf4527 (patch)
treef459140aa86f7e61e574912fdba80241641feded /utils/themeeditor/themeeditor.pro
parent5633ece5a85a933a45de3896eb52bb3804849c3b (diff)
downloadrockbox-9742704070732aeaa9fa1287045a682db5cf4527.tar.gz
rockbox-9742704070732aeaa9fa1287045a682db5cf4527.zip
Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27229 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 1e66faf88e..14fa73cc7d 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -44,7 +44,8 @@ HEADERS += models/parsetreemodel.h \
gui/devicestate.h \
findreplace/findreplaceform.h \
findreplace/findreplacedialog.h \
- graphics/rbalbumart.h
+ graphics/rbalbumart.h \
+ graphics/rbprogressbar.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -64,7 +65,8 @@ SOURCES += main.cpp \
gui/devicestate.cpp \
findreplace/findreplaceform.cpp \
findreplace/findreplacedialog.cpp \
- graphics/rbalbumart.cpp
+ graphics/rbalbumart.cpp \
+ graphics/rbprogressbar.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \