In spite of what configure
indicates, you have not provided enough information to configure to let it link Qt with OpenSSL.
You need to link Qt with OpenSSL at the time it is being built. Pass the following arguments to configure
(this is for Qt 5):
-openssl-linked
-I C:OpenSSL-Win32include
-L C:OpenSSL-Win32libVCstatic
OPENSSL_LIBS="-lUser32 -lAdvapi32 -lGdi32 -lCrypt32"
OPENSSL_LIBS_DEBUG=-"lssleay32MTd -llibeay32MTd"
OPENSSL_LIBS_RELEASE="-lssleay32MT -llibeay32MT"
There's no need for any special parameters to be passed while building your project.
The above assumes a build from Shining Light Productions, the de-facto OpenSSL binary purveyor for Windows.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…