diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-03 20:51:17 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-03 20:51:17 +0000 |
| commit | 084ff072dc33b608d5a23c905658193cec58ada2 (patch) | |
| tree | 4635bd9a0a42e3bdb8051c99e193fae0153815aa /utils/themeeditor/themeeditor.pro | |
| parent | 5a2d7549f00da88497b386decdeb501473f9677a (diff) | |
| download | rockbox-084ff072dc33b608d5a23c905658193cec58ada2.zip rockbox-084ff072dc33b608d5a23c905658193cec58ada2.tar.gz rockbox-084ff072dc33b608d5a23c905658193cec58ada2.tar.bz2 rockbox-084ff072dc33b608d5a23c905658193cec58ada2.tar.xz | |
Theme Editor: Added a window icon and made menus alt-navigable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26525 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index ede1710..1561500 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -22,5 +22,8 @@ SOURCES += tag_table.c \ parsetreenode.cpp \ editorwindow.cpp \ skinhighlighter.cpp -OTHER_FILES += README +OTHER_FILES += README \ + resources/windowicon.png \ + resources/appicon.xcf FORMS += editorwindow.ui +RESOURCES += resources.qrc |