Added an icon to the Windows executable.

This commit is contained in:
Konstantin Isakov 2009-02-06 11:54:27 +00:00
parent 5d5a393265
commit 9789b3892c
3 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ LIBS += -lvorbisfile -lvorbis -logg -lz
win32 {
LIBS += -liconv -lwsock32
RC_FILE = goldendict.rc
}
# Input

1
src/goldendict.rc Normal file
View file

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "icons/programicon.ico"

BIN
src/icons/programicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB