45b0f1be68
Macros and the await helper function from qfunctions_winrt(_p).h are needed in other Qt modules which use UWP APIs on desktop windows. Task-number: QTBUG-84434 Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
35 lines
668 B
Prolog
35 lines
668 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
|
|
}
|
|
|
|
qtConfig(ocsp): SUBDIRS += qocsp
|
|
}
|
|
}
|
|
|
|
qtConfig(ssl) {
|
|
qtConfig(private_tests) {
|
|
SUBDIRS += qasn1element \
|
|
qssldiffiehellmanparameters
|
|
}
|
|
}
|