mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
commit
b4e0dd107c
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue