mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Add Theme Editor application icon for Windows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27325 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b4443ef167
commit
86d8a53a2b
3 changed files with 4 additions and 0 deletions
BIN
utils/themeeditor/resources/windowicon.ico
Normal file
BIN
utils/themeeditor/resources/windowicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
|
|
@ -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
|
||||
|
|
|
|||
1
utils/themeeditor/themeeditor.rc
Normal file
1
utils/themeeditor/themeeditor.rc
Normal file
|
|
@ -0,0 +1 @@
|
|||
EDITOR_ICON ICON DISCARDABLE "resources/windowicon.ico"
|
||||
Loading…
Add table
Add a link
Reference in a new issue