mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
Android build settings
This commit is contained in:
parent
806f496faf
commit
5e877c7939
@ -86,7 +86,7 @@ ios:arm64 {
|
|||||||
LIBS += \
|
LIBS += \
|
||||||
-L$$PWD/../ofxiOSBoost/build/libs/boost/lib/arm64 \
|
-L$$PWD/../ofxiOSBoost/build/libs/boost/lib/arm64 \
|
||||||
}
|
}
|
||||||
!ios {
|
!ios:!android {
|
||||||
LIBS += -L$$WALLET_ROOT/lib \
|
LIBS += -L$$WALLET_ROOT/lib \
|
||||||
-lwallet_merged \
|
-lwallet_merged \
|
||||||
-lepee \
|
-lepee \
|
||||||
@ -95,6 +95,17 @@ LIBS += -L$$WALLET_ROOT/lib \
|
|||||||
-lreadline \
|
-lreadline \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
message("Host is Android")
|
||||||
|
LIBS += -L$$WALLET_ROOT/lib \
|
||||||
|
-lwallet_merged \
|
||||||
|
-lepee \
|
||||||
|
-lunbound \
|
||||||
|
-leasylogging
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ios {
|
ios {
|
||||||
message("Host is IOS")
|
message("Host is IOS")
|
||||||
|
Loading…
Reference in New Issue
Block a user