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>
This commit is contained in:
parent
dee35b5a78
commit
e708d63e18
@ -2,8 +2,9 @@ requires(qtHaveModule(dbus))
|
||||
|
||||
TEMPLATE = subdirs
|
||||
SUBDIRS = listnames \
|
||||
pingpong \
|
||||
complexpingpong
|
||||
pingpong
|
||||
|
||||
!uikit: SUBDIRS += complexpingpong
|
||||
|
||||
qtHaveModule(widgets) {
|
||||
SUBDIRS += chat \
|
||||
|
Loading…
Reference in New Issue
Block a user