On Friday 25 September 2015 19:34:40 Nuno Santos wrote: > + -openssl ............ Enable run-time OpenSSL support. > -openssl-linked ..... Enabled linked OpenSSL support. > > > What is the difference bet run time and linked?
Whether QtNetwork links to OpenSSL or just tries to dlopen() it at runtime. If you link to it, then libssl and libcrypto must be present on the system, otherwise the application will fail to load. If you allow QtNetwork to dlopen it, then your application will load without OpenSSL, but QSslSocket::supportsSsl() will return false. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest