summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-07-06 22:05:03 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-07-06 22:05:03 +0000
commit86d8a53a2b196a1165c8e61c887a945a97d66c87 (patch)
treee364520d3523a4ad6086a0b1443030acefae6443
parentb4443ef1671cbd321413ff7350e8fd6214e3c68a (diff)
downloadrockbox-86d8a53a2b196a1165c8e61c887a945a97d66c87.tar.gz
rockbox-86d8a53a2b196a1165c8e61c887a945a97d66c87.zip
Add Theme Editor application icon for Windows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27325 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--utils/themeeditor/resources/windowicon.icobin0 -> 17910 bytes
-rw-r--r--utils/themeeditor/themeeditor.pro3
-rw-r--r--utils/themeeditor/themeeditor.rc1
3 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/resources/windowicon.ico b/utils/themeeditor/resources/windowicon.ico
new file mode 100644
index 0000000000..a5a3ba65bf
--- /dev/null
+++ b/utils/themeeditor/resources/windowicon.ico
Binary files differ
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 5696d8bce4..1670b960bd 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -83,6 +83,9 @@ FORMS += gui/editorwindow.ui \
gui/findreplacedialog.ui
RESOURCES += resources.qrc
+win32 {
+ RC_FILE = themeeditor.rc
+}
macx {
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
QMAKE_LFLAGS_PPC=-mmacosx-version-min=10.4 -arch ppc
diff --git a/utils/themeeditor/themeeditor.rc b/utils/themeeditor/themeeditor.rc
new file mode 100644
index 0000000000..7d588cbcf2
--- /dev/null
+++ b/utils/themeeditor/themeeditor.rc
@@ -0,0 +1 @@
+EDITOR_ICON ICON DISCARDABLE "resources/windowicon.ico"