Building Qt with OpenSSL support using the Windows SDK
- Install perl (needed for building OpenSSL).
- Follow OpenSSL instructions to build and install (README.W32 or README.W64, use the masm target). I installed OpenSSL into the same prefix that I’m using for Qt.
- Copy the Qt mkspeks directory to the Qt prefix directory.
- Run configure, something like:
./configure -release -no-qt3support -prefix C:\qt\4.5.2 -qt-libjpeg -qt-libpng -openssl -I c:\qt\4.5.2\include -L c:\qt\4.5.2\bin(based on instructions from http://wiki.secondlife.com/wiki/QtWebkitWin32BuildInstructions)
- nmake && nmake install