9c9edaa6f5
Change-Id: Ib865f074b930eab89c7552d0677bf2beb020f3ae 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
|
|
}
|