mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Added windows application icon
This commit is contained in:
parent
c1cc5730b7
commit
c58bfbbf8e
BIN
sleepyhead/icons/bob-v3.0.ico
Normal file
BIN
sleepyhead/icons/bob-v3.0.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
@ -63,6 +63,7 @@ macx {
|
|||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
DEFINES += WINVER=0x0501 # needed for mingw to pull in appropriate dbt business...probably a better way to do this
|
DEFINES += WINVER=0x0501 # needed for mingw to pull in appropriate dbt business...probably a better way to do this
|
||||||
|
RC_FILE += win_icon.rc
|
||||||
LIBS += -lsetupapi -lz
|
LIBS += -lsetupapi -lz
|
||||||
}
|
}
|
||||||
if (win32-msvc2008|win32-msvc2010|win32-msvc2012):!equals(TEMPLATE_PREFIX, "vc") {
|
if (win32-msvc2008|win32-msvc2010|win32-msvc2012):!equals(TEMPLATE_PREFIX, "vc") {
|
||||||
|
1
sleepyhead/win_icon.rc
Normal file
1
sleepyhead/win_icon.rc
Normal file
@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "/icons/bob-v3.0.ico"
|
Loading…
Reference in New Issue
Block a user