a170c974a5
We should not check for platforms, but rather for features. Also, if dbus is available it doesn't automatically mean that QProcess is. Change-Id: I27ef5863fcb107cca1aa47abba95b734962adc33 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
13 lines
215 B
Prolog
13 lines
215 B
Prolog
requires(qtHaveModule(dbus))
|
|
|
|
TEMPLATE = subdirs
|
|
SUBDIRS = listnames \
|
|
pingpong
|
|
|
|
qtConfig(process): SUBDIRS += complexpingpong
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += chat \
|
|
remotecontrolledcar
|
|
}
|