2012-12-21 13:14:40 +00:00
|
|
|
requires(qtHaveModule(dbus))
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
2023-02-22 12:06:18 +00:00
|
|
|
SUBDIRS = pingpong
|
2016-08-15 20:10:09 +00:00
|
|
|
|
2016-11-10 07:32:46 +00:00
|
|
|
qtConfig(process): SUBDIRS += complexpingpong
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-12-21 11:09:56 +00:00
|
|
|
qtHaveModule(widgets) {
|
2012-11-27 20:52:13 +00:00
|
|
|
SUBDIRS += chat \
|
2011-04-27 10:05:43 +00:00
|
|
|
remotecontrolledcar
|
|
|
|
}
|