diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-10-10 11:48:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-10-10 11:48:31 -0500 |
| commit | b4e0dd107c2800562210fe1f55fb711e7ec95e08 (patch) | |
| tree | 2be22fddd6c9358bb89d68f6d1cd3f8f42467365 | |
| parent | cae90e82879636a7e9e74fa4f91c054da812200d (diff) | |
| parent | 3e9df9d975feaf106a02f259f2e3f956203c5f59 (diff) | |
| download | monzero-gui-b4e0dd107c2800562210fe1f55fb711e7ec95e08.tar.gz monzero-gui-b4e0dd107c2800562210fe1f55fb711e7ec95e08.tar.xz monzero-gui-b4e0dd107c2800562210fe1f55fb711e7ec95e08.zip | |
Merge pull request #1625
3e9df9d Linking libsodium (skftn)
| -rw-r--r-- | monero-wallet-gui.pro | 8 |
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 |
