mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Added an icon to the Windows executable.
This commit is contained in:
parent
5d5a393265
commit
9789b3892c
|
@ -22,6 +22,7 @@ LIBS += -lvorbisfile -lvorbis -logg -lz
|
||||||
|
|
||||||
win32 {
|
win32 {
|
||||||
LIBS += -liconv -lwsock32
|
LIBS += -liconv -lwsock32
|
||||||
|
RC_FILE = goldendict.rc
|
||||||
}
|
}
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
|
|
1
src/goldendict.rc
Normal file
1
src/goldendict.rc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
IDI_ICON1 ICON DISCARDABLE "icons/programicon.ico"
|
BIN
src/icons/programicon.ico
Normal file
BIN
src/icons/programicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in a new issue