|
|
|
@ -128,8 +128,20 @@ win32 {
@@ -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 {
@@ -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 |
|
|
|
|