Browse Source

Add icon on windows

pull/553/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
0ad4860e3b
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 1
      qtox.pro
  2. BIN
      windows/qtox.ico
  3. 1
      windows/qtox.rc

1
qtox.pro

@ -60,6 +60,7 @@ contains(JENKINS,YES) { @@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

1
windows/qtox.rc

@ -0,0 +1 @@ @@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "qtox.ico"
Loading…
Cancel
Save