Build the securesocketclient example for other SSL backends

Change-Id: I06b8361c116d2ae2aa2a64f63ac90b6ff1982008
Reviewed-by: Jesus Fernandez <jsfdez@gmail.com>
bb10
Mårten Nordheim 2020-01-14 08:42:50 +01:00
parent ac95c8b686
commit f494e8b58d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ qtHaveModule(widgets) {
}
qtConfig(openssl): SUBDIRS += securesocketclient
qtConfig(ssl): SUBDIRS += securesocketclient
qtConfig(dtls): SUBDIRS += secureudpserver secureudpclient
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
}