summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-14 06:20:07 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-14 06:20:07 +0000
commit046832c821276cb07b86519ab3c0dae4ff68173d (patch)
tree39c3177daf1ecfb4bbce17387a1726486e0aab3f /utils/themeeditor/themeeditor.pro
parent4b0c1cf23bdd3c54296b05ce52f8fec3f29c408e (diff)
downloadrockbox-046832c821276cb07b86519ab3c0dae4ff68173d.tar.gz
rockbox-046832c821276cb07b86519ab3c0dae4ff68173d.zip
Theme Editor: Stripped out the sub-classes for ProjectModel and turned ProjectModel into a list model, also replaced the project tree view with a list view
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26839 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro8
1 files changed, 2 insertions, 6 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index b86b4debb4..128f56996d 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -16,9 +16,7 @@ HEADERS += tag_table.h \
16 skindocument.h \ 16 skindocument.h \
17 preferencesdialog.h \ 17 preferencesdialog.h \
18 codeeditor.h \ 18 codeeditor.h \
19 projectmodel.h \ 19 projectmodel.h
20 projectfiles.h \
21 projectsettings.h
22SOURCES += tag_table.c \ 20SOURCES += tag_table.c \
23 skin_parser.c \ 21 skin_parser.c \
24 skin_scan.c \ 22 skin_scan.c \
@@ -31,9 +29,7 @@ SOURCES += tag_table.c \
31 skindocument.cpp \ 29 skindocument.cpp \
32 preferencesdialog.cpp \ 30 preferencesdialog.cpp \
33 codeeditor.cpp \ 31 codeeditor.cpp \
34 projectmodel.cpp \ 32 projectmodel.cpp
35 projectfiles.cpp \
36 projectsettings.cpp
37OTHER_FILES += README \ 33OTHER_FILES += README \
38 resources/windowicon.png \ 34 resources/windowicon.png \
39 resources/appicon.xcf \ 35 resources/appicon.xcf \