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:
Allan Sandfeld Jensen 2018-10-02 13:46:17 +02:00
parent 5c94130a67
commit 25830cf912
2 changed files with 3 additions and 7 deletions

View File

@ -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
}

View File

@ -16,7 +16,7 @@ qtConfig(ssl) {
qsslsocket_onDemandCertificates_member \
qsslsocket_onDemandCertificates_static
qtConfig(openssl) {
qtConfig(dtls) {
SUBDIRS += \
qdtlscookie \
qdtls