mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
android: add new build setup script
This installs the required versions for most components, switches us to Qt 5.15, current SDK, NDK, and the current OpenSSL version. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fd88058060
commit
3a00ac0157
4 changed files with 76 additions and 11 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
# THIS IS OBSOLETE AN ONLY WORKS UP TO Qt 5.13
|
||||
# for now keeping it around for reference
|
||||
|
||||
|
||||
|
||||
# run this in the top level folder you want to create Android binaries in
|
||||
#
|
||||
# it seems that with Qt5.7 (and later) and current cmake there is an odd bug where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue