summaryrefslogtreecommitdiffstats
path: root/examples/network/network.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/network.pro')
-rw-r--r--examples/network/network.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 86bb08d22a..ff7fbcf4f2 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -32,4 +32,5 @@ qtHaveModule(widgets) {
contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient
contains(QT_CONFIG, openssl-linked):SUBDIRS += securesocketclient
+ contains(QT_CONFIG, sctp):SUBDIRS += multistreamserver multistreamclient
}