mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 13:40:20 +00:00
c62ce43ecf
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
11 lines
239 B
Bash
11 lines
239 B
Bash
#!/bin/bash
|
|
|
|
QT_VERSION=5.11
|
|
LATEST_QT=5.11.1
|
|
NDK_VERSION=r14b
|
|
SDK_VERSION=3859397
|
|
ANDROID_BUILDTOOLS_REVISION=25.0.3
|
|
ANDROID_PLATFORMS=android-27
|
|
ANDROID_NDK=android-ndk-${NDK_VERSION}
|
|
ANDROID_SDK=android-sdk-linux
|
|
OPENSSL_VERSION=1.0.2l
|