diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-07-27 15:26:57 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-07-29 08:55:02 (GMT) |
commit | 7ee964bea3ba3ed31f36c8110789509edcbfbd54 (patch) | |
tree | 79293eb2ac291abc4c73d1e4310f1d759803bd4c /examples/network | |
parent | 2ce3e9c150798b12d5b434ed25fc37c96972fb8b (diff) | |
download | Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.zip Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.tar.gz Qt-7ee964bea3ba3ed31f36c8110789509edcbfbd54.tar.bz2 |
Fix compilation errors in examples and demos on VxWorks and QNX.
Reviewed-by: Harald Fernengel
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/network.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro index 8c45745..adf998f 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 \ @@ -14,6 +13,9 @@ SUBDIRS = blockingfortuneclient \ googlesuggest \ torrent +# no QProcess +!vxworks:!qnx:SUBDIRS += network-chat + contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient # install |