mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
revisions
This commit is contained in:
parent
3bc114a244
commit
8b24889bcd
3 changed files with 7 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue