revisions

This commit is contained in:
pls.153 2024-11-25 10:20:22 +01:00
parent 3bc114a244
commit 8b24889bcd
3 changed files with 7 additions and 3 deletions

View file

@ -11,6 +11,9 @@ build-android/android-build/libs/arm64-v8a/
```
(that is, they should have been copied automatically to above place)
The official Qt OpenSSL android versions can be downloaded from
[KDAB android openssl](https://github.com/KDAB/android_openssl).
Uninstall any app called 'app' (which you might have previously installed)
before installing this one.

View file

@ -76,6 +76,7 @@ android {
ANDROID_EXTRA_LIBS += $$ECL/lib/libecl.so
ANDROID_PACKAGE_SOURCE_DIR = ../platforms/android
# OpenSSL libs can be downloaded from: https://github.com/KDAB/android_openssl
32bit {
SSL_PATH = ../../../platforms/android/lib32
} else {

View file

@ -99,9 +99,9 @@ android {
ANDROID_EXTRA_LIBS += $$ECL/lib/libecl.so
ANDROID_PACKAGE_SOURCE_DIR = ../platforms/android
# OpenSSL libs not included here, but can be downloaded from:
# https://github.com/KDAB/android_openssl/tree/master/latest
# required for downloading map tiles, please note naming convention for Qt:
# OpenSSL libs can be downloaded from: https://github.com/KDAB/android_openssl
# required for downloading map tiles (please note naming convention for Qt)
# N.B. if you need SSL on Lisp side also, remove '_1_1' from the name
32bit {
SSL_PATH = $$PWD/../../platforms/android/lib32
} else {