summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus.pro
blob: fd43c23fa3a4855240920de996bb0f2928eb10c5 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = subdirs
SUBDIRS = listnames \
	  pingpong \
	  complexpingpong

qtHaveModule(widgets) {
    SUBDIRS += chat \
               remotecontrolledcar
}