diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:18:31 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-23 20:18:31 +0000 |
| commit | 6d6156603cf2ac5facf08734f12e0b4d0c1fcce0 (patch) | |
| tree | 25340c9fdac15f4bf88d7f6e5bd935d1f1934211 /utils/themeeditor/themeeditor.pro | |
| parent | 168eba1aecddc21231d922608380fe811a8a0473 (diff) | |
| download | rockbox-6d6156603cf2ac5facf08734f12e0b4d0c1fcce0.zip rockbox-6d6156603cf2ac5facf08734f12e0b4d0c1fcce0.tar.gz rockbox-6d6156603cf2ac5facf08734f12e0b4d0c1fcce0.tar.bz2 rockbox-6d6156603cf2ac5facf08734f12e0b4d0c1fcce0.tar.xz | |
Theme Editor: Added dummy font class and implemented font load tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27096 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index d98e61f..05d117a 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -38,7 +38,8 @@ HEADERS += models/parsetreemodel.h \ graphics/rbscreen.h \ graphics/rbviewport.h \ graphics/rbrenderinfo.h \ - graphics/rbimage.h + graphics/rbimage.h \ + graphics/rbfont.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -53,7 +54,8 @@ SOURCES += main.cpp \ graphics/rbscreen.cpp \ graphics/rbviewport.cpp \ graphics/rbrenderinfo.cpp \ - graphics/rbimage.cpp + graphics/rbimage.cpp \ + graphics/rbfont.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |