From a9848ce3fed7862d52b299b604535781e440eb4a Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 1 Jun 2010 21:25:02 +0000 Subject: Theme Editor: Put together a simple GUI to test going back and forth between a tree view and a text edit box git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26455 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index b1c7688130..5b1ab34ca2 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -4,12 +4,15 @@ HEADERS += tag_table.h \ skin_scan.h \ skin_debug.h \ parsetreemodel.h \ - parsetreenode.h + parsetreenode.h \ + editorwindow.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ skin_debug.c \ main.cpp \ parsetreemodel.cpp \ - parsetreenode.cpp + parsetreenode.cpp \ + editorwindow.cpp OTHER_FILES += README +FORMS += editorwindow.ui -- cgit v1.2.3