mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Link toxcore and toxav statically
So we don't have to package them separately, since there are no official Tox debian packages on the main archive
This commit is contained in:
parent
53c07fc4a7
commit
46fd073ba8
2
qtox.pro
2
qtox.pro
|
@ -45,7 +45,7 @@ win32 {
|
|||
} macx {
|
||||
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -lsodium -lvpx -framework OpenAL -lopencv_core -lopencv_highgui
|
||||
} else {
|
||||
LIBS += -L$$PWD/libs/lib/ -ltoxcore -ltoxav -lsodium -lvpx -lopenal -lopencv_core -lopencv_highgui
|
||||
LIBS += -L$$PWD/libs/lib/ -Wl,-Bstatic -ltoxcore -ltoxav -Wl,-Bdynamic -lopus -lsodium -lvpx -lopenal -lopencv_core -lopencv_highgui
|
||||
}
|
||||
|
||||
#### Static linux build
|
||||
|
|
Loading…
Reference in New Issue
Block a user