Hi
I have a eLinux project in which I use a QWebView as GUI. This works as supposed.
I now need to be able to show https addresses.
I already have openSSL cross-compiled and the includes are in ..\usr\include\openssl, libssl.a, libssl.so and libssl.so.1.0.0 are in ..\usr\lib where all the rest of the libraries of my Linux project are ready for the C compiler.
What do I need to do/change in Qt’s configuration to have it to use the openSSL libraries and be able to display https pages?
Thanks
McL
↧