Fix builds without DTLS
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>
This commit is contained in:
parent
5c94130a67
commit
25830cf912
@ -29,12 +29,8 @@ qtHaveModule(widgets) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
qtConfig(openssl) {
|
qtConfig(openssl): SUBDIRS += securesocketclient
|
||||||
SUBDIRS += \
|
qtConfig(dtls): SUBDIRS += secureudpserver secureudpclient
|
||||||
securesocketclient \
|
|
||||||
secureudpserver \
|
|
||||||
secureudpclient
|
|
||||||
}
|
|
||||||
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
|
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ qtConfig(ssl) {
|
|||||||
qsslsocket_onDemandCertificates_member \
|
qsslsocket_onDemandCertificates_member \
|
||||||
qsslsocket_onDemandCertificates_static
|
qsslsocket_onDemandCertificates_static
|
||||||
|
|
||||||
qtConfig(openssl) {
|
qtConfig(dtls) {
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
qdtlscookie \
|
qdtlscookie \
|
||||||
qdtls
|
qdtls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user