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 \
|
||||
-ltoxav \
|
||||
-ltoxcore \
|
||||
-ltoxencryptsave \
|
||||
-lsodium \
|
||||
-ltoxencryptsave
|
||||
|
||||
# must be exactly here, to preserve link order
|
||||
contains(TOX_CMAKE, YES) {
|
||||
LIBS += -ltoxgroup \
|
||||
-ltoxmessenger \
|
||||
-ltoxfriends \
|
||||
-ltoxnetcrypto \
|
||||
-ltoxdht \
|
||||
-ltoxnetwork \
|
||||
-ltoxcrypto
|
||||
}
|
||||
|
||||
LIBS += -lsodium \
|
||||
-lvpx \
|
||||
-lpthread \
|
||||
-lavdevice \
|
||||
|
@ -152,16 +164,6 @@ win32 {
|
|||
-lshlwapi \
|
||||
-luuid
|
||||
LIBS += -lstrmiids # For DirectShow
|
||||
|
||||
contains(TOX_CMAKE, YES) {
|
||||
LIBS += -ltoxgroup \
|
||||
-ltoxmessenger \
|
||||
-ltoxfriends \
|
||||
-ltoxnetcrypto \
|
||||
-ltoxdht \
|
||||
-ltoxnetwork \
|
||||
-ltoxcrypto
|
||||
}
|
||||
} else {
|
||||
macx {
|
||||
BUNDLEID = chat.tox.qtox
|
||||
|
|
Loading…
Reference in New Issue
Block a user