[Qt-interest] Getting Openssl working in windows

Simarillion simarillion at gmx.de
Mon Nov 30 10:23:34 CET 2009


Hi,

I'm trying to get openssl working in Qt windows. What I did:

1. I installed the binaries of Qt 4.5.3 with the installer

2. I installed openssl (Win32 OpenSSL v0.9.8l) from 
http://www.slproweb.com/products/Win32OpenSSL.html

3. I set environment variables: 
LIB C:\OpenSSL\lib
INCLUDE C:\OpenSSL\include

4. I went to directory C:\Qt\2009.04\qt

5. run: configure -openssl

6. run: mingw32_make

7. everything compiled fine without errors

But when I call QSslSocket::supportsSsl(); I still get FALSE.

Did I forget something? Do I have to change anything in 
.../network/ssl/ssl.pri? Any idea?

Greets
Michael



More information about the Qt-interest-old mailing list