Moved tests into network/ssl/
This commit moves qsslsocket_onDemandCertificates_member and qsslsocket_onDemandCertificates_static from tests/auto/ to tests/auto/network/ssl/. Change-Id: I1593e113016ce7bb7dffbee82f1196275784d0ac Reviewed-by: Holger Ihrig <holger.ihrig@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>bb10
parent
b9f0bde16e
commit
006c5a7d73
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "private/qhostinfo_p.h"
|
||||
|
||||
#include "../network-settings.h"
|
||||
#include "../../../network-settings.h"
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
class QSslSocketPtr: public QSharedPointer<QSslSocket>
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
#include "private/qhostinfo_p.h"
|
||||
|
||||
#include "../network-settings.h"
|
||||
#include "../../../network-settings.h"
|
||||
|
||||
#ifndef QT_NO_OPENSSL
|
||||
class QSslSocketPtr: public QSharedPointer<QSslSocket>
|
||||
|
|
@ -3,6 +3,7 @@ SUBDIRS=\
|
|||
qsslcertificate \
|
||||
qsslcipher \
|
||||
qsslerror \
|
||||
qsslsocket \
|
||||
qsslkey \
|
||||
|
||||
qsslsocket \
|
||||
qsslsocket_onDemandCertificates_member \
|
||||
qsslsocket_onDemandCertificates_static \
|
||||
|
|
|
|||
Loading…
Reference in New Issue