mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
try mac fix
This commit is contained in:
parent
0fff9dab3d
commit
9bc6ae57fa
2
qtox.pro
2
qtox.pro
|
@ -84,7 +84,7 @@ win32 {
|
|||
QMAKE_INFO_PLIST = osx/info.plist
|
||||
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -ltoxencryptsave -ltoxdns -lsodium -lvpx -framework OpenAL -lopencv_core -lopencv_highgui
|
||||
contains(DEFINES, QTOX_PLATFORM_EXT) { LIBS += -framework IOKit -framework CoreFoundation }
|
||||
contains(DEFINES, QTOX_FILTER_AUDIO) { }
|
||||
contains(DEFINES, QTOX_FILTER_AUDIO) { LIBS += -lfilteraudio }
|
||||
} else {
|
||||
# If we're building a package, static link libtox[core,av] and libsodium, since they are not provided by any package
|
||||
contains(STATICPKG, YES) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user