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>
This commit is contained in:
Andrew Knight 2013-08-31 16:39:15 +03:00 committed by The Qt Project
parent 81dea57593
commit 8cc0f19f83

View File

@ -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