25830cf912
Change-Id: Ic7215c7aa0bf6f7b37ae34649d809f2e1e1ee95b Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
37 lines
735 B
Prolog
37 lines
735 B
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network-private
|
|
|
|
SUBDIRS=\
|
|
qpassworddigestor \
|
|
qsslcertificate \
|
|
qsslcipher \
|
|
qsslellipticcurve \
|
|
qsslerror \
|
|
qsslkey \
|
|
|
|
qtConfig(ssl) {
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += \
|
|
qsslsocket \
|
|
qsslsocket_onDemandCertificates_member \
|
|
qsslsocket_onDemandCertificates_static
|
|
|
|
qtConfig(dtls) {
|
|
SUBDIRS += \
|
|
qdtlscookie \
|
|
qdtls
|
|
}
|
|
}
|
|
}
|
|
|
|
winrt: SUBDIRS -= \
|
|
qsslsocket_onDemandCertificates_member \
|
|
qsslsocket_onDemandCertificates_static \
|
|
|
|
qtConfig(ssl) {
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += qasn1element \
|
|
qssldiffiehellmanparameters
|
|
}
|
|
}
|