Add missing #ifndef QT_NO_SSL
Change-Id: I2912dcca77270582f6e989b8b3fb72b82f6f70d6 Reviewed-by: Peter Hartmann <phartmann@blackberry.com> Reviewed-by: Richard J. Moore <rich@kde.org>
This commit is contained in:
parent
9fc0c54662
commit
dda9b5325f
@ -273,10 +273,12 @@ void tst_QSslSocket::initTestCase_data()
|
||||
|
||||
void tst_QSslSocket::initTestCase()
|
||||
{
|
||||
#ifndef QT_NO_SSL
|
||||
qDebug("Using SSL library %s (%ld)",
|
||||
qPrintable(QSslSocket::sslLibraryVersionString()),
|
||||
QSslSocket::sslLibraryVersionNumber());
|
||||
QVERIFY(QtNetworkSettings::verifyTestNetworkSettings());
|
||||
#endif
|
||||
}
|
||||
|
||||
void tst_QSslSocket::init()
|
||||
|
Loading…
Reference in New Issue
Block a user