summaryrefslogtreecommitdiffstats
path: root/examples/network
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-08-31 16:39:15 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-26 17:26:56 +0200
commit8cc0f19f832053d3d2682e3b53bf2e17813da71a (patch)
tree56a92f3e607cdfb6f7592fb3fc02a6967e103f6f /examples/network
parent81dea57593b5b28990bb7f012aae1387c8d2de33 (diff)
WinRT: Don't build the network-chat example
WinRT doesn't support QProcess, so the network-chat example shouldn't be built there. Change-Id: I7885a992d3b8baffd5530c694063140535240f07 Reviewed-by: Oliver Wolff <oliver.wolff@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/network')
-rw-r--r--examples/network/network.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index be4ccdbddf..8ed72315e2 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -23,7 +23,7 @@ qtHaveModule(widgets) {
multicastsender
# no QProcess
- !vxworks:!qnx:SUBDIRS += network-chat
+ !vxworks:!qnx:!winrt:SUBDIRS += network-chat
contains(QT_CONFIG, openssl):SUBDIRS += securesocketclient
contains(QT_CONFIG, openssl-linked):SUBDIRS += securesocketclient