1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Add icon on windows

This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-10-26 16:35:42 +01:00
parent 8da7b48f3c
commit 0ad4860e3b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
3 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ contains(JENKINS,YES) {
# Rules for Windows, Mac OSX, and Linux
win32 {
RC_FILE = windows/qtox.rc
LIBS += -liphlpapi -L$$PWD/libs/lib -ltoxav -ltoxcore -ltoxencryptsave -lvpx -lpthread
LIBS += -L$$PWD/libs/lib -lopencv_core248 -lopencv_highgui248 -lopencv_imgproc248 -lOpenAL32 -lopus
LIBS += -lz -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32

BIN
windows/qtox.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

1
windows/qtox.rc Normal file
View File

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "qtox.ico"