From 8cc0f19f832053d3d2682e3b53bf2e17813da71a Mon Sep 17 00:00:00 2001 From: Andrew Knight Date: Sat, 31 Aug 2013 16:39:15 +0300 Subject: [PATCH] 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 Reviewed-by: Friedemann Kleint --- examples/network/network.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/network/network.pro b/examples/network/network.pro index be4ccdbddf0..8ed72315e2d 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