mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix windows builds: Link with filter_audio
This commit is contained in:
parent
78065ec7d7
commit
ab2f70e452
8
qtox.pro
8
qtox.pro
|
@ -77,6 +77,14 @@ win32 {
|
||||||
LIBS += -liphlpapi -L$$PWD/libs/lib -lsodium -ltoxav -ltoxcore -ltoxencryptsave -ltoxdns -lvpx -lpthread
|
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 += -L$$PWD/libs/lib -lopencv_core248 -lopencv_highgui248 -lopencv_imgproc248 -lOpenAL32 -lopus
|
||||||
LIBS += -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32 -lz
|
LIBS += -lopengl32 -lole32 -loleaut32 -luuid -lvfw32 -ljpeg -ltiff -lpng -ljasper -lIlmImf -lHalf -lws2_32 -lz
|
||||||
|
|
||||||
|
contains(DEFINES, QTOX_FILTER_AUDIO) {
|
||||||
|
contains(STATICPKG, YES) {
|
||||||
|
LIBS += -Wl,-Bstatic -lfilteraudio
|
||||||
|
} else {
|
||||||
|
LIBS += -lfilteraudio
|
||||||
|
}
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
macx {
|
macx {
|
||||||
BUNDLEID = im.tox.qtox
|
BUNDLEID = im.tox.qtox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user