summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/dbus/dbus.pro2
-rw-r--r--examples/network/network.pro3
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/dbus/dbus.pro b/examples/dbus/dbus.pro
index afeb1de0d5..1b2164c4ae 100644
--- a/examples/dbus/dbus.pro
+++ b/examples/dbus/dbus.pro
@@ -4,7 +4,7 @@ TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong
-!uikit: SUBDIRS += complexpingpong
+qtConfig(process): SUBDIRS += complexpingpong
qtHaveModule(widgets) {
SUBDIRS += chat \
diff --git a/examples/network/network.pro b/examples/network/network.pro
index ed46ad3588..8334165ed9 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -20,8 +20,7 @@ qtHaveModule(widgets) {
multicastsender
qtConfig(bearermanagement) {
- # no QProcess
- !vxworks:!qnx:!winrt:!integrity:!uikit: SUBDIRS += network-chat
+ qtConfig(process): SUBDIRS += network-chat
SUBDIRS += \
bearermonitor \