Fix the Qt 5.12.3 case

This commit is contained in:
Riccardo Ferrazzo
2020-09-11 07:56:36 +03:00
committed by BogDan Vatra
parent 9829f83a35
commit fb472b74cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 \