aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-10-10 02:24:33 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-10-10 02:30:51 +0200
commit3e9df9d975feaf106a02f259f2e3f956203c5f59 (patch)
treef68574e7325d5e036132286c1110eb48605297c6
parentf0cd704fadfa593e23d99b44d83112e48070a30d (diff)
downloadmonzero-gui-3e9df9d975feaf106a02f259f2e3f956203c5f59.tar.gz
monzero-gui-3e9df9d975feaf106a02f259f2e3f956203c5f59.tar.xz
monzero-gui-3e9df9d975feaf106a02f259f2e3f956203c5f59.zip
Linking libsodium
-rw-r--r--monero-wallet-gui.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index 94a85a4c..80396533 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -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