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.pro14
1 files changed, 5 insertions, 9 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 1556e26ab1..3f851d7c71 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -19,17 +19,13 @@ qtHaveModule(widgets) {
multicastreceiver \
multicastsender
- qtConfig(bearermanagement) {
- qtConfig(processenvironment): SUBDIRS += network-chat
+ qtConfig(processenvironment): SUBDIRS += network-chat
- SUBDIRS += \
- bearermonitor \
- fortuneclient \
- fortuneserver
+ SUBDIRS += \
+ fortuneclient \
+ fortuneserver
- }
-
- qtConfig(openssl): SUBDIRS += securesocketclient
+ qtConfig(ssl): SUBDIRS += securesocketclient
qtConfig(dtls): SUBDIRS += secureudpserver secureudpclient
qtConfig(sctp): SUBDIRS += multistreamserver multistreamclient
}