When compiling Qt you can choose one of these options based on the configure command line: no OpenSSL support (-no-openssl)QtNetwork dynamically opening OpenSSL libs (-openssl; default)QtNetwork linking to OpenSSL (-openssl-linked)The last one means
Openssl static libraries created for Windows 32bit using MinGW compiler Compiled with: ./Configure no-asm mingw Zip contains the include folder and libssl.a and libcrypto.a static libraries. openssl-1.0.1c_static_w32_mingw.zip 1.33mb
Assuming Windows you can download its installation from Win32 OpenSSL Installation Project page. You need to download this one for 64-bit windows developing or this one for 32-bit. Just run the stup and every thing will be done easily. The default in