From 86d8a53a2b196a1165c8e61c887a945a97d66c87 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Tue, 6 Jul 2010 22:05:03 +0000 Subject: Add Theme Editor application icon for Windows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27325 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/resources/windowicon.ico | Bin 0 -> 17910 bytes utils/themeeditor/themeeditor.pro | 3 +++ utils/themeeditor/themeeditor.rc | 1 + 3 files changed, 4 insertions(+) create mode 100644 utils/themeeditor/resources/windowicon.ico create mode 100644 utils/themeeditor/themeeditor.rc (limited to 'utils/themeeditor') diff --git a/utils/themeeditor/resources/windowicon.ico b/utils/themeeditor/resources/windowicon.ico new file mode 100644 index 0000000000..a5a3ba65bf Binary files /dev/null and b/utils/themeeditor/resources/windowicon.ico 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" -- cgit v1.2.3