summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-06 19:19:11 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-06 19:19:11 +0000
commit39e252019f55dab3e6119cba92caf451c29aa92b (patch)
tree5c75ca0b516dba0cb012e05c53388caa91f8ef3a /utils/themeeditor/themeeditor.pro
parent5de6ddcaa170cce4c0a2cd4b43aa76a4ef7ae175 (diff)
downloadrockbox-39e252019f55dab3e6119cba92caf451c29aa92b.tar.gz
rockbox-39e252019f55dab3e6119cba92caf451c29aa92b.zip
Theme Editor: Rockbox FNT files now supported. Theme editor will currently load fonts from the current project directory, or use the built-in font if they're not present
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27318 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 4241598566..8a16fa926a 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -43,7 +43,8 @@ HEADERS += models/parsetreemodel.h \
43 gui/devicestate.h \ 43 gui/devicestate.h \
44 graphics/rbalbumart.h \ 44 graphics/rbalbumart.h \
45 graphics/rbprogressbar.h \ 45 graphics/rbprogressbar.h \
46 gui/findreplacedialog.h 46 gui/findreplacedialog.h \
47 graphics/rbtext.h
47SOURCES += main.cpp \ 48SOURCES += main.cpp \
48 models/parsetreemodel.cpp \ 49 models/parsetreemodel.cpp \
49 models/parsetreenode.cpp \ 50 models/parsetreenode.cpp \
@@ -63,7 +64,8 @@ SOURCES += main.cpp \
63 gui/devicestate.cpp \ 64 gui/devicestate.cpp \
64 graphics/rbalbumart.cpp \ 65 graphics/rbalbumart.cpp \
65 graphics/rbprogressbar.cpp \ 66 graphics/rbprogressbar.cpp \
66 gui/findreplacedialog.cpp 67 gui/findreplacedialog.cpp \
68 graphics/rbtext.cpp
67OTHER_FILES += README \ 69OTHER_FILES += README \
68 resources/windowicon.png \ 70 resources/windowicon.png \
69 resources/appicon.xcf \ 71 resources/appicon.xcf \