You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, April 13th 2009, 3:25am

How to use QSslSocket in Qt 4.5.0

Hi all,

I'd like to write an ssl application using QSslSocket. I added "network" lib and included "#include <QtNetwork/QSslSocket>" to the app. After that, i declared QSslSocket sslSocket as a variable. But when compiling, i got an error "error: `QSslSocket' does not name a type". I've rebuilt the network lib but that error still occurred. I'm using qt 4.5.0 open source.

Any one can help me. Thanks in advance!

This post has been edited 1 times, last edit by "raycad" (Apr 13th 2009, 3:30am)