summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-05-26 21:13:14 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-05-26 21:13:14 +0000
commit565cd0096393dcd3a33b546d76714c64c2c786e3 (patch)
tree2b1882d987048bb00cd394a50f1cb24585b08af5 /utils/themeeditor/themeeditor.pro
parent28a7c5d3692e59b5c80a9f713cf931b6453cb1ca (diff)
downloadrockbox-565cd0096393dcd3a33b546d76714c64c2c786e3.tar.gz
rockbox-565cd0096393dcd3a33b546d76714c64c2c786e3.zip
Trying to implement QAbstractItemModel for parse trees, haven't got it working yet (current state will spawn an empty treeview window)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index ad6b41858e..b1c7688130 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -2,10 +2,14 @@ HEADERS += tag_table.h \
2 symbols.h \ 2 symbols.h \
3 skin_parser.h \ 3 skin_parser.h \
4 skin_scan.h \ 4 skin_scan.h \
5 skin_debug.h 5 skin_debug.h \
6 parsetreemodel.h \
7 parsetreenode.h
6SOURCES += tag_table.c \ 8SOURCES += tag_table.c \
7 skin_parser.c \ 9 skin_parser.c \
8 skin_scan.c \ 10 skin_scan.c \
9 skin_debug.c \ 11 skin_debug.c \
10 main.cpp 12 main.cpp \
13 parsetreemodel.cpp \
14 parsetreenode.cpp
11OTHER_FILES += README 15OTHER_FILES += README