mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
parent
482757e6a2
commit
5d4609bd0e
26
qtox.pro
26
qtox.pro
|
@ -128,8 +128,20 @@ win32 {
|
||||||
LIBS += -L$$PWD/libs/lib \
|
LIBS += -L$$PWD/libs/lib \
|
||||||
-ltoxav \
|
-ltoxav \
|
||||||
-ltoxcore \
|
-ltoxcore \
|
||||||
-ltoxencryptsave \
|
-ltoxencryptsave
|
||||||
-lsodium \
|
|
||||||
|
# must be exactly here, to preserve link order
|
||||||
|
contains(TOX_CMAKE, YES) {
|
||||||
|
LIBS += -ltoxgroup \
|
||||||
|
-ltoxmessenger \
|
||||||
|
-ltoxfriends \
|
||||||
|
-ltoxnetcrypto \
|
||||||
|
-ltoxdht \
|
||||||
|
-ltoxnetwork \
|
||||||
|
-ltoxcrypto
|
||||||
|
}
|
||||||
|
|
||||||
|
LIBS += -lsodium \
|
||||||
-lvpx \
|
-lvpx \
|
||||||
-lpthread \
|
-lpthread \
|
||||||
-lavdevice \
|
-lavdevice \
|
||||||
|
@ -152,16 +164,6 @@ win32 {
|
||||||
-lshlwapi \
|
-lshlwapi \
|
||||||
-luuid
|
-luuid
|
||||||
LIBS += -lstrmiids # For DirectShow
|
LIBS += -lstrmiids # For DirectShow
|
||||||
|
|
||||||
contains(TOX_CMAKE, YES) {
|
|
||||||
LIBS += -ltoxgroup \
|
|
||||||
-ltoxmessenger \
|
|
||||||
-ltoxfriends \
|
|
||||||
-ltoxnetcrypto \
|
|
||||||
-ltoxdht \
|
|
||||||
-ltoxnetwork \
|
|
||||||
-ltoxcrypto
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
macx {
|
macx {
|
||||||
BUNDLEID = chat.tox.qtox
|
BUNDLEID = chat.tox.qtox
|
||||||
|
|
Loading…
Reference in New Issue
Block a user