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) {
|
||||
SUBDIRS += \
|
||||
securesocketclient \
|
||||
secureudpserver \
|
||||
secureudpclient
|
||||
}
|
||||
qtConfig(openssl): SUBDIRS += securesocketclient
|
||||
qtConfig(dtls): SUBDIRS += secureudpserver secureudpclient
|
||||
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ qtConfig(ssl) {
|
||||
qsslsocket_onDemandCertificates_member \
|
||||
qsslsocket_onDemandCertificates_static
|
||||
|
||||
qtConfig(openssl) {
|
||||
qtConfig(dtls) {
|
||||
SUBDIRS += \
|
||||
qdtlscookie \
|
||||
qdtls
|
||||
|
Loading…
x
Reference in New Issue
Block a user