From 56023426130d4b5fb932abc421dd8b6778d817c0 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 12 Aug 2010 05:30:31 +0000 Subject: Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27775 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 0cecd2d..b8d1dd3 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -108,7 +108,8 @@ HEADERS += models/parsetreemodel.h \ gui/targetdownloader.h \ gui/syntaxcompleter.h \ graphics/rbmovable.h \ - graphics/rbscene.h + graphics/rbscene.h \ + gui/rbconsole.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -151,7 +152,8 @@ SOURCES += main.cpp \ gui/targetdownloader.cpp \ gui/syntaxcompleter.cpp \ graphics/rbmovable.cpp \ - graphics/rbscene.cpp + graphics/rbscene.cpp \ + gui/rbconsole.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -196,7 +198,8 @@ FORMS += gui/editorwindow.ui \ qtfindreplacedialog/findreplaceform.ui \ qtfindreplacedialog/findreplacedialog.ui \ gui/projectexporter.ui \ - gui/targetdownloader.ui + gui/targetdownloader.ui \ + gui/rbconsole.ui RESOURCES += resources.qrc win32:RC_FILE = themeeditor.rc macx { -- cgit v1.1