summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus.pro
blob: 083e442dfbf9c36db23f8141aba755ec8d212861 (plain)
1
2
3
4
5
6
7
8
9
10
11
requires(qtHaveModule(dbus))

TEMPLATE = subdirs
SUBDIRS = listnames \
	  pingpong \
	  complexpingpong

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