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
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = listnames \
|
SUBDIRS = listnames \
|
||||||
pingpong \
|
pingpong
|
||||||
complexpingpong
|
|
||||||
|
!uikit: SUBDIRS += complexpingpong
|
||||||
|
|
||||||
qtHaveModule(widgets) {
|
qtHaveModule(widgets) {
|
||||||
SUBDIRS += chat \
|
SUBDIRS += chat \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user