Browse Source

Fix sqlcipher linking order on Windows

pull/2701/head
tux3 10 years ago
parent
commit
4f20947ae2
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      qtox.pro

2
qtox.pro

@ -143,8 +143,8 @@ win32 { @@ -143,8 +143,8 @@ win32 {
RC_FILE = windows/qtox.rc
LIBS += -L$$PWD/libs/lib -ltoxav -ltoxcore -ltoxencryptsave -ltoxdns -lsodium -lvpx -lpthread
LIBS += -L$$PWD/libs/lib -lavdevice -lavformat -lavcodec -lavutil -lswscale -lOpenAL32 -lopus
LIBS += -lqrencode -lsqlcipher -lcrypto
LIBS += -lopengl32 -lole32 -loleaut32 -lvfw32 -lws2_32 -liphlpapi -lgdi32 -lshlwapi -luuid
LIBS += -lqrencode -lsqlcipher
LIBS += -lstrmiids # For DirectShow
contains(DEFINES, QTOX_FILTER_AUDIO) {
contains(STATICPKG, YES) {

Loading…
Cancel
Save