summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2013-08-31 16:39:15 +0300
committerOliver Wolff <oliver.wolff@digia.com>2013-09-02 13:43:17 +0200
commitce65e5ef6fd1da5de952b9491942083aedeacd40 (patch)
tree5d8505b245e735d0d370d76280a79f32e8b41145
parent521c21a6809dc57ec47dcf55681b3d7bb73c3852 (diff)
downloadqtbase-ce65e5ef6fd1da5de952b9491942083aedeacd40.tar.gz
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>
-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