diff options
Diffstat (limited to 'examples/network/network.pro')
-rw-r--r-- | examples/network/network.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro index 9e48e9a77c..69b460e62f 100644 --- a/examples/network/network.pro +++ b/examples/network/network.pro @@ -2,7 +2,6 @@ TEMPLATE = subdirs SUBDIRS = blockingfortuneclient \ broadcastreceiver \ broadcastsender \ - network-chat \ download \ downloadmanager \ fortuneclient \ @@ -15,6 +14,8 @@ SUBDIRS = blockingfortuneclient \ torrent symbian: SUBDIRS = ftp +# no QProcess +!vxworks:!qnx:SUBDIRS += network-chat contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient |