From 61b5f0c973fb9d91f8023664c95bfc5570e2f474 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 8 Jun 2010 21:30:28 +0000 Subject: Theme Editor: Began implementing classes to display project files and settings in the project panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26706 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index e0fcdc09d5..128f56996d 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -15,7 +15,8 @@ HEADERS += tag_table.h \ skinhighlighter.h \ skindocument.h \ preferencesdialog.h \ - codeeditor.h + codeeditor.h \ + projectmodel.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -27,7 +28,8 @@ SOURCES += tag_table.c \ skinhighlighter.cpp \ skindocument.cpp \ preferencesdialog.cpp \ - codeeditor.cpp + codeeditor.cpp \ + projectmodel.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.2.3