From 7ee964bea3ba3ed31f36c8110789509edcbfbd54 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Mon, 27 Jul 2009 17:26:57 +0200 Subject: Fix compilation errors in examples and demos on VxWorks and QNX. Reviewed-by: Harald Fernengel --- examples/network/network.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/network') diff --git a/examples/network/network.pro b/examples/network/network.pro index 8c45745b2d..adf998fa47 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 -- cgit v1.2.3