rockbox/utils/themeeditor/themeeditor.pro
Robert Bieber 565cd00963 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
2010-05-26 21:13:14 +00:00

15 lines
307 B
Prolog

HEADERS += tag_table.h \
symbols.h \
skin_parser.h \
skin_scan.h \
skin_debug.h \
parsetreemodel.h \
parsetreenode.h
SOURCES += tag_table.c \
skin_parser.c \
skin_scan.c \
skin_debug.c \
main.cpp \
parsetreemodel.cpp \
parsetreenode.cpp
OTHER_FILES += README