mirror of
https://github.com/izzy2lost/android_openssl.git
synced 2026-06-19 01:20:12 -07:00
Fix the Qt 5.12.3 case
This commit is contained in:
committed by
BogDan Vatra
parent
9829f83a35
commit
fb472b74cb
+1
-1
@@ -2,7 +2,7 @@
|
||||
CONFIG(release, debug|release): SSL_PATH = $$PWD
|
||||
else: SSL_PATH = $$PWD/no-asm
|
||||
|
||||
if (lessThan(QT_VERSION, 5.12.3)) {
|
||||
if (lessThan(QT_VERSION, 5.12.4)) {
|
||||
contains(ANDROID_TARGET_ARCH, armeabi-v7a) {
|
||||
ANDROID_EXTRA_LIBS += \
|
||||
$$SSL_PATH/Qt-5.12.3/arm/libcrypto.so \
|
||||
|
||||
Reference in New Issue
Block a user