Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for arm64-v8a #11

Open
vdaele opened this issue Jun 16, 2019 · 3 comments
Open

support for arm64-v8a #11

vdaele opened this issue Jun 16, 2019 · 3 comments

Comments

@vdaele
Copy link

vdaele commented Jun 16, 2019

Some feedback when adding support for arm64-v8a.
I first modified build-all-arch.sh and set archs=(armeabi-v7a x86 arm64-v8a)

In setenv-android-mod.sh, I had to replace randlib with ranlib (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

@ekke
Copy link
Owner

ekke commented Jun 16, 2019

thanks
next week I'll switch to Qt 5.13 and openSSL 1.1
I'll rely on https://github.com/KDAB/android_openssl

BTW: AFAIK 5.13 is not packaged with openSSL for Android

@vdaele
Copy link
Author

vdaele commented Jun 16, 2019

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)

@ekke
Copy link
Owner

ekke commented Jun 16, 2019

YEP ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants