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:
parent
8da7b48f3c
commit
0ad4860e3b
1
qtox.pro
1
qtox.pro
|
@ -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
BIN
windows/qtox.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
1
windows/qtox.rc
Normal file
1
windows/qtox.rc
Normal file
|
@ -0,0 +1 @@
|
|||
IDI_ICON1 ICON DISCARDABLE "qtox.ico"
|
Loading…
Reference in New Issue
Block a user