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

TEMPLATE = subdirs
SUBDIRS = listnames \
    pingpong

qtConfig(process): SUBDIRS += complexpingpong

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