Browse Source

Fix zlib link order on windows x64

pull/814/head
Tux3 / Mlkj / !Lev.uXFMLA 11 years ago
parent
commit
6afe34fe02
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      qtox.pro

2
qtox.pro

@ -64,7 +64,7 @@ win32 { @@ -64,7 +64,7 @@ win32 {
RC_FILE = windows/qtox.rc
LIBS += -liphlpapi -L$$PWD/libs/lib -lsodium -ltoxav -ltoxcore -ltoxencryptsave -ltoxdns -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
LIBS += -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32 -lz
} else {
macx {
BUNDLEID = im.tox.qtox

Loading…
Cancel
Save