My application throws the following errors in windows:
QSslSocket: cannot call unresolved SSLv3_client_method function
QSslSocket: cannot call unresolved SSL_CTX_new function
QSslSocket: cannot call unresolved SSL_library_init function
QSslSocket: cannot call unresolved function ERR_get_error
QSslSocket: cannot call unresolved function ERR_error_string
I already installed VS-C ++ Redistributables and OpenSSL, but I have no idea how to tell Qt to dynamically link to openSSL. I am using the LGPL version for Qt binaries and Qt Creator for Windows 7 (Linux build works fine)
source share