Android build settings

This commit is contained in:
Jaquee 2017-08-07 14:52:34 +02:00
parent 806f496faf
commit 5e877c7939

View File

@ -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")