Compile fix for configuration without SSL support
Change-Id: Ic0f7e2bfd1b5535d4a460a88a9152a5319ed00f6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>bb10
parent
4f9427977c
commit
e909b760fa
|
|
@ -52,8 +52,10 @@
|
|||
|
||||
#ifdef QT_BUILD_INTERNAL
|
||||
#include <QtNetwork/private/qhostinfo_p.h>
|
||||
#ifndef QT_NO_OPENSSL
|
||||
#include <QtNetwork/private/qsslsocket_openssl_p.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Q_DECLARE_METATYPE(QSharedPointer<char>)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue