From e708d63e1868942e0a71b15323e836621b7d0c21 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Mon, 15 Aug 2016 13:10:09 -0700 Subject: Don't build the complexpingpong example on UIKit platforms This example uses QProcess which is not available on UIKit platforms. Change-Id: I126d20369ccf307579a60956de7769e92e17548a Reviewed-by: Oswald Buddenhagen --- examples/dbus/dbus.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/dbus') diff --git a/examples/dbus/dbus.pro b/examples/dbus/dbus.pro index 083e442dfb..afeb1de0d5 100644 --- a/examples/dbus/dbus.pro +++ b/examples/dbus/dbus.pro @@ -2,8 +2,9 @@ requires(qtHaveModule(dbus)) TEMPLATE = subdirs SUBDIRS = listnames \ - pingpong \ - complexpingpong + pingpong + +!uikit: SUBDIRS += complexpingpong qtHaveModule(widgets) { SUBDIRS += chat \ -- cgit v1.2.3