diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-08-12 05:30:31 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-08-12 05:30:31 +0000 |
| commit | 56023426130d4b5fb932abc421dd8b6778d817c0 (patch) | |
| tree | a1cea91722a3b9d994337c754c8ddf4899f7cc76 /utils/themeeditor/themeeditor.pro | |
| parent | 209020ceb1403ff2d3d50c3a9cc82e9d35b885f5 (diff) | |
| download | rockbox-56023426130d4b5fb932abc421dd8b6778d817c0.zip rockbox-56023426130d4b5fb932abc421dd8b6778d817c0.tar.gz rockbox-56023426130d4b5fb932abc421dd8b6778d817c0.tar.bz2 rockbox-56023426130d4b5fb932abc421dd8b6778d817c0.tar.xz | |
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
Diffstat (limited to '')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 9 |
1 files changed, 6 insertions, 3 deletions
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 { |