mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
commit
b4e0dd107c
1 changed files with 7 additions and 1 deletions
|
@ -118,7 +118,8 @@ LIBS += -L$$WALLET_ROOT/lib \
|
||||||
-llmdb \
|
-llmdb \
|
||||||
-lepee \
|
-lepee \
|
||||||
-lunbound \
|
-lunbound \
|
||||||
-leasylogging \
|
-lsodium \
|
||||||
|
-leasylogging
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
@ -128,6 +129,7 @@ android {
|
||||||
-llmdb \
|
-llmdb \
|
||||||
-lepee \
|
-lepee \
|
||||||
-lunbound \
|
-lunbound \
|
||||||
|
-lsodium \
|
||||||
-leasylogging
|
-leasylogging
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -147,6 +149,7 @@ ios {
|
||||||
-llmdb \
|
-llmdb \
|
||||||
-lepee \
|
-lepee \
|
||||||
-lunbound \
|
-lunbound \
|
||||||
|
-lsodium \
|
||||||
-leasylogging
|
-leasylogging
|
||||||
|
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
|
@ -246,6 +249,7 @@ win32 {
|
||||||
-licutu \
|
-licutu \
|
||||||
-liconv \
|
-liconv \
|
||||||
-lssl \
|
-lssl \
|
||||||
|
-lsodium \
|
||||||
-lcrypto \
|
-lcrypto \
|
||||||
-Wl,-Bdynamic \
|
-Wl,-Bdynamic \
|
||||||
-lwinscard \
|
-lwinscard \
|
||||||
|
@ -291,6 +295,7 @@ linux {
|
||||||
-lboost_program_options \
|
-lboost_program_options \
|
||||||
-lssl \
|
-lssl \
|
||||||
-llmdb \
|
-llmdb \
|
||||||
|
-lsodium \
|
||||||
-lcrypto
|
-lcrypto
|
||||||
|
|
||||||
if(!android) {
|
if(!android) {
|
||||||
|
@ -329,6 +334,7 @@ macx {
|
||||||
-lboost_chrono \
|
-lboost_chrono \
|
||||||
-lboost_program_options \
|
-lboost_program_options \
|
||||||
-lssl \
|
-lssl \
|
||||||
|
-lsodium \
|
||||||
-lcrypto \
|
-lcrypto \
|
||||||
-ldl
|
-ldl
|
||||||
LIBS+= -framework PCSC
|
LIBS+= -framework PCSC
|
||||||
|
|
Loading…
Reference in a new issue