spdy autotest: Fix build with QT_NO_OPENSSL
Task-number: QTBUG-37171 Change-Id: I76df40d53e1310c16f559f91c244c6162e35475e Reviewed-by: Andrew Knight <andrew.knight@digia.com>
This commit is contained in:
parent
efbea58665
commit
62742d037f
@ -47,9 +47,9 @@
|
||||
#include <QtNetwork/QHttpMultiPart>
|
||||
#include <QtNetwork/QNetworkProxy>
|
||||
#include <QtNetwork/QAuthenticator>
|
||||
#ifdef QT_BUILD_INTERNAL
|
||||
#if defined(QT_BUILD_INTERNAL) && !defined(QT_NO_OPENSSL)
|
||||
#include <QtNetwork/private/qsslsocket_openssl_p.h>
|
||||
#endif // QT_BUILD_INTERNAL
|
||||
#endif // QT_BUILD_INTERNAL && !QT_NO_OPENSSL
|
||||
|
||||
#include "../../../network-settings.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user