[Android-development] How to build Qt 5.14 for all ABIs in one go with openssl-linked?

Alexey Rochev equeim at gmail.com
Sat Oct 19 18:26:30 CEST 2019


Hi,
For 5.12 and 5.13 I build Qt separately, setting environment variable
OPENSSL_LIBS='-L/path/to/openssl/for/abi -lssl -lcrypto', and it
works. Qt 5.14 introduced building for all ABIs in one go, can't make
it work with custom OpenSSL installation. If I set OPENSSL_LIBS
environment variable, it will use the same libraries for all ABIs,
which obviously won't work. Is there way to build Qt 5.14 for all ABIs
in one go and link to OpenSSL libraries?


More information about the Android-development mailing list