You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing me to the KDAB repo (although I was quite happy with yours :-) )
My last sentence should probably be rephrased to "Note also that the QtNetwork in 5.13 expects an OpenSSL 1.1 API" (see also https://bugreports.qt.io/browse/QTBUG-76290)
Some feedback when adding support for arm64-v8a.
I first modified
build-all-arch.sh
and setarchs=(armeabi-v7a x86 arm64-v8a)
In
setenv-android-mod.sh
, I had to replacerandlib
withranlib
(a typo I guess?)In
android-openssl.pri
I would suggest to use$$PWD/../../android-openssl-qt/prebuilt/$$ANDROID_TARGET_ARCH/libcrypto.so
Note also that Qt5.13 will be packaged with OpenSSL1.1 afaik
The text was updated successfully, but these errors were encountered: