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.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 7b6271e954..3f851d7c71 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -19,14 +19,11 @@ qtHaveModule(widgets) {
multicastreceiver \
multicastsender
- qtConfig(bearermanagement) {
- qtConfig(processenvironment): SUBDIRS += network-chat
+ qtConfig(processenvironment): SUBDIRS += network-chat
- SUBDIRS += \
- fortuneclient \
- fortuneserver
-
- }
+ SUBDIRS += \
+ fortuneclient \
+ fortuneserver
qtConfig(ssl): SUBDIRS += securesocketclient
qtConfig(dtls): SUBDIRS += secureudpserver secureudpclient