mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
example 'meshtastic': fix 32bit SSL
This commit is contained in:
parent
05949bc076
commit
f58818ba13
1 changed files with 5 additions and 1 deletions
|
|
@ -76,7 +76,11 @@ 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:
|
||||
SSL_PATH = ../../../platforms/android/lib
|
||||
32bit {
|
||||
SSL_PATH = ../../../platforms/android/lib32
|
||||
} else {
|
||||
SSL_PATH = ../../../platforms/android/lib
|
||||
}
|
||||
ANDROID_EXTRA_LIBS += $$SSL_PATH/libcrypto_1_1.so $$SSL_PATH/libssl_1_1.so
|
||||
|
||||
32bit {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue