From 88140bdf6ed290785d823f0aa4e6b12aea11ec74 Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Fri, 26 Oct 2012 14:47:03 +0300 Subject: Fix tst_qsslsocket auto test build when OpenSSL is not available. This is needed to get Qt 4.8 CI passing. OpenSSL is apparently missing from Digia hosted Windows CI machines. OpenSSL to CI Testers will be installed later on to cover also these code paths. Change-Id: I6a4e2b4b1fa6c56692f112f1c5fc47361cb1ea0c Reviewed-by: Sergio Ahumada --- tests/auto/qsslsocket/tst_qsslsocket.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/qsslsocket/tst_qsslsocket.cpp b/tests/auto/qsslsocket/tst_qsslsocket.cpp index f861f7d..718e211 100644 --- a/tests/auto/qsslsocket/tst_qsslsocket.cpp +++ b/tests/auto/qsslsocket/tst_qsslsocket.cpp @@ -55,7 +55,9 @@ #include #include "private/qhostinfo_p.h" +#ifndef QT_NO_OPENSSL #include "private/qsslsocket_openssl_p.h" +#endif #include "../network-settings.h" -- cgit v0.12