summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-10 06:43:50 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-10 06:43:50 +0000
commit14238740074945d8f61e445c5d6211e1c7a50566 (patch)
tree51414e1d00751020d4975c14b607a603a1dc3379 /utils/themeeditor/themeeditor.pro
parent9bb36b0c8efb27dc7c4932d1d7643d50a4b8a2f9 (diff)
downloadrockbox-14238740074945d8f61e445c5d6211e1c7a50566.zip
rockbox-14238740074945d8f61e445c5d6211e1c7a50566.tar.gz
rockbox-14238740074945d8f61e445c5d6211e1c7a50566.tar.bz2
rockbox-14238740074945d8f61e445c5d6211e1c7a50566.tar.xz
Theme Editor: Added RBTouchArea class. Touch areas on a theme can now be displayed, but they're not clickable yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27369 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 49e1be9..0805890 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -53,7 +53,8 @@ HEADERS += models/parsetreemodel.h \
graphics/rbtext.h \
graphics/rbfontcache.h \
graphics/rbtextcache.h \
- gui/skintimer.h
+ gui/skintimer.h \
+ graphics/rbtoucharea.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -77,7 +78,8 @@ SOURCES += main.cpp \
graphics/rbtext.cpp \
graphics/rbfontcache.cpp \
graphics/rbtextcache.cpp \
- gui/skintimer.cpp
+ gui/skintimer.cpp \
+ graphics/rbtoucharea.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \