mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Android build settings
This commit is contained in:
parent
806f496faf
commit
5e877c7939
1 changed files with 12 additions and 1 deletions
|
@ -86,7 +86,7 @@ ios:arm64 {
|
|||
LIBS += \
|
||||
-L$$PWD/../ofxiOSBoost/build/libs/boost/lib/arm64 \
|
||||
}
|
||||
!ios {
|
||||
!ios:!android {
|
||||
LIBS += -L$$WALLET_ROOT/lib \
|
||||
-lwallet_merged \
|
||||
-lepee \
|
||||
|
@ -95,6 +95,17 @@ LIBS += -L$$WALLET_ROOT/lib \
|
|||
-lreadline \
|
||||
}
|
||||
|
||||
android {
|
||||
message("Host is Android")
|
||||
LIBS += -L$$WALLET_ROOT/lib \
|
||||
-lwallet_merged \
|
||||
-lepee \
|
||||
-lunbound \
|
||||
-leasylogging
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
ios {
|
||||
message("Host is IOS")
|
||||
|
|
Loading…
Reference in a new issue