f6d09d426b
Move it to the section requiring SSL tests since it requires QSslConfiguration. Change-Id: I5c807976ce75fa5967bddb8edd7788dbfbb89375 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
35 lines
676 B
Prolog
35 lines
676 B
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network-private
|
|
|
|
SUBDIRS=\
|
|
qpassworddigestor \
|
|
qsslcertificate \
|
|
qsslcipher \
|
|
qsslellipticcurve \
|
|
qsslerror
|
|
|
|
qtConfig(ssl) {
|
|
SUBDIRS += qsslkey
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += \
|
|
qsslsocket \
|
|
qsslsocket_onDemandCertificates_member \
|
|
qsslsocket_onDemandCertificates_static
|
|
|
|
qtConfig(dtls) {
|
|
SUBDIRS += \
|
|
qdtlscookie \
|
|
qdtls
|
|
}
|
|
|
|
qtConfig(ocsp): SUBDIRS += qocsp
|
|
}
|
|
}
|
|
|
|
qtConfig(ssl) {
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += qasn1element \
|
|
qssldiffiehellmanparameters
|
|
}
|
|
}
|