I\'m new to Qt, I\'ve done some Googleing and can\'t find a detailed enough answer.
I need to use OpenSSL in my qmake-based Qt project. How do I go about downloading
if you are on win7,and your qt version is mingw, and u install openssl from http://slproweb.com/products/Win32OpenSSL.html ,make sure your lib should be in the OpenSSL-Win32/lib/MinGW, and add a "lib" pre to the libeay32.a and ssleay32.a 。