Fix developer-build of qsslsocket_onDemandCertificates_member.

Do not include qsslsocket_p.h unless SSL is present.

Change-Id: I7e56b7758729907892d85f97d5a9d3ccaf7a3314
Reviewed-by: Peter Hartmann <phartmann@rim.com>
This commit is contained in:
Friedemann Kleint 2013-02-12 15:12:06 +01:00 committed by The Qt Project
parent c76ec20e55
commit 9a74bbf34f

View File

@ -47,10 +47,11 @@
#include <QAuthenticator>
#ifdef QT_BUILD_INTERNAL
#include "private/qhostinfo_p.h"
#include "private/qsslsocket_p.h"
#endif
# include "private/qhostinfo_p.h"
# ifndef QT_NO_OPENSSL
# include "private/qsslsocket_p.h"
# endif // !QT_NO_OPENSSL
#endif // QT_BUILD_INTERNAL
#include "../../../network-settings.h"
#ifndef QT_NO_OPENSSL