summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-04 07:57:19 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-04 07:57:19 +0000
commite174a8ad8dc531ff093894b7f930f0b9750c74eb (patch)
treee74063cb651c54a2fb3dee2632943b5950963c3b /utils/themeeditor/themeeditor.pro
parent9616389377d169c5c23317f0695d322b8d958b09 (diff)
downloadrockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.zip
rockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.tar.gz
rockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.tar.bz2
rockbox-e174a8ad8dc531ff093894b7f930f0b9750c74eb.tar.xz
Theme Editor: Began implementing tabbing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 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 1561500..19d9205 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -12,7 +12,8 @@ HEADERS += tag_table.h \
parsetreemodel.h \
parsetreenode.h \
editorwindow.h \
- skinhighlighter.h
+ skinhighlighter.h \
+ skindocument.h
SOURCES += tag_table.c \
skin_parser.c \
skin_scan.c \
@@ -21,7 +22,8 @@ SOURCES += tag_table.c \
parsetreemodel.cpp \
parsetreenode.cpp \
editorwindow.cpp \
- skinhighlighter.cpp
+ skinhighlighter.cpp \
+ skindocument.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf