qt5base-lts/examples/dbus/dbus.pro
Jake Petroules e708d63e18 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 <oswald.buddenhagen@theqtcompany.com>
2016-08-16 21:22:10 +00:00

13 lines
204 B
Prolog

requires(qtHaveModule(dbus))
TEMPLATE = subdirs
SUBDIRS = listnames \
pingpong
!uikit: SUBDIRS += complexpingpong
qtHaveModule(widgets) {
SUBDIRS += chat \
remotecontrolledcar
}