e708d63e18
This example uses QProcess which is not available on UIKit platforms. Change-Id: I126d20369ccf307579a60956de7769e92e17548a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
13 lines
204 B
Prolog
13 lines
204 B
Prolog
requires(qtHaveModule(dbus))
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = listnames \
|
|
pingpong
|
|
|
|
!uikit: SUBDIRS += complexpingpong
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += chat \
|
|
remotecontrolledcar
|
|
}
|