4a561c6baf
this actually fixes the build when ssl is not enabled, as the openssl features are in the not included network-private module. Change-Id: Ibafae9867af493da184a45cf3981628d475d37a6 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
30 lines
593 B
Prolog
30 lines
593 B
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network
|
|
|
|
SUBDIRS=\
|
|
qsslcertificate \
|
|
qsslcipher \
|
|
qsslellipticcurve \
|
|
qsslerror \
|
|
qsslkey \
|
|
|
|
qtConfig(ssl) {
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += \
|
|
qsslsocket \
|
|
qsslsocket_onDemandCertificates_member \
|
|
qsslsocket_onDemandCertificates_static \
|
|
}
|
|
}
|
|
|
|
winrt: SUBDIRS -= \
|
|
qsslsocket_onDemandCertificates_member \
|
|
qsslsocket_onDemandCertificates_static \
|
|
|
|
qtConfig(ssl) {
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += qasn1element \
|
|
qssldiffiehellmanparameters
|
|
}
|
|
}
|