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

!contains(QT_CONFIG, no-widgets) {
    SUBDIRS += chat \
               remotecontrolledcar
}