mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android: WIP attempt to build with Qt6
Completely non-functional. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
02d06072a1
commit
29d9405a72
4 changed files with 72 additions and 70 deletions
|
@ -1,14 +1,14 @@
|
|||
#!/bin/bash
|
||||
# When changing Qt version remember to update the
|
||||
# qt-installer-noninteractive file as well.
|
||||
QT_VERSION=5.15
|
||||
LATEST_QT=5.15.1
|
||||
NDK_VERSION=21.3.6528147
|
||||
QT_VERSION=6.7
|
||||
LATEST_QT=6.7.2
|
||||
NDK_VERSION=26.1.10909125
|
||||
ANDROID_BUILDTOOLS_REVISION=29.0.3
|
||||
ANDROID_PLATFORM_LEVEL=21
|
||||
ANDROID_PLATFORM=android-21
|
||||
ANDROID_PLATFORMS=android-29
|
||||
ANDROID_PLATFORM_LEVEL=23
|
||||
ANDROID_PLATFORM=android-31
|
||||
ANDROID_PLATFORMS=android-34
|
||||
ANDROID_NDK=ndk/${NDK_VERSION}
|
||||
# OpenSSL also has an entry in get-dep-lib.sh line 103
|
||||
# that needs to be updated as well.
|
||||
OPENSSL_VERSION=1.1.1m
|
||||
OPENSSL_VERSION=3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue