mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-17 08:47:27 -04:00
Android build
This commit is contained in:
@@ -12,7 +12,8 @@ QMAKE_DISTCLEAN += -r $$WALLET_ROOT
|
||||
INCLUDEPATH += $$WALLET_ROOT/include \
|
||||
$$PWD/src/libwalletqt \
|
||||
$$PWD/src/QR-Code-generator \
|
||||
$$PWD/src
|
||||
$$PWD/src \
|
||||
$$WALLET_ROOT/src
|
||||
|
||||
HEADERS += \
|
||||
filter.h \
|
||||
@@ -274,10 +275,13 @@ win32 {
|
||||
}
|
||||
}
|
||||
|
||||
linux {
|
||||
linux:!android {
|
||||
deploy.commands += $$escape_expand(\n\t) $$PWD/linuxdeploy_helper.sh $$DESTDIR $$TARGET
|
||||
}
|
||||
|
||||
android{
|
||||
deploy.commands += make install INSTALL_ROOT=$$DESTDIR && androiddeployqt --input android-libmonero-wallet-gui.so-deployment-settings.json --output $$DESTDIR --deployment bundled --android-platform android-21 --jdk /usr/lib/jvm/java-8-openjdk-amd64 -qmldir=$$PWD
|
||||
}
|
||||
|
||||
|
||||
OTHER_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user