[Development] How to add OpenSSL support on Qt Android?

Bogdan Vatra bogdan.vatra at kdab.com
Wed Jun 15 13:39:13 CEST 2016


Hi,

That page is only for adding OpenSSL support to Qt SDK. If you're building Qt 
yourself, then you need to add "-openssl -I /path/to/openssl/headres" to 
configure params.

Yours,
BogDan.

On Wednesday 15 June 2016 13:28:39 Fabrice Salvaire wrote:
> Dear All,
> 
> I tried to follow http://doc.qt.io/qt-5/opensslsupport.html but I
> couldn't succeed to have https working on Android.
> 
> It seems this note is not up to date for 5.6 and later.
> 
> Apparently Qt configure disables the OpenSSL Qt code due to the
> cross-compilation environment and if I try to force the OpenSSL library
> using the options I get a conflict with boringssl from webengine.
> 
> I believe most devices have an openssl system library as on Linux (which
> should be boringssl on Android ?). Thus it should be just a
> configuration/cross-compilation issue.
> 
> That is quite annoying since https is mandatory for some network services.
> 
> Sincerely yours,
> 
> Fabrice
> 
> 
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development




More information about the Development mailing list