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>bb10
parent
81dea57593
commit
8cc0f19f83
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue