Linking libsodium

pull/2/head
Sander Ferdinand 6 years ago
parent f0cd704fad
commit 3e9df9d975

@ -118,7 +118,8 @@ LIBS += -L$$WALLET_ROOT/lib \
-llmdb \
-lepee \
-lunbound \
-leasylogging \
-lsodium \
-leasylogging
}
android {
@ -128,6 +129,7 @@ android {
-llmdb \
-lepee \
-lunbound \
-lsodium \
-leasylogging
}
@ -147,6 +149,7 @@ ios {
-llmdb \
-lepee \
-lunbound \
-lsodium \
-leasylogging
LIBS+= \
@ -246,6 +249,7 @@ win32 {
-licutu \
-liconv \
-lssl \
-lsodium \
-lcrypto \
-Wl,-Bdynamic \
-lwinscard \
@ -291,6 +295,7 @@ linux {
-lboost_program_options \
-lssl \
-llmdb \
-lsodium \
-lcrypto
if(!android) {
@ -329,6 +334,7 @@ macx {
-lboost_chrono \
-lboost_program_options \
-lssl \
-lsodium \
-lcrypto \
-ldl
LIBS+= -framework PCSC