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

TEMPLATE = subdirs
SUBDIRS = listnames \
    pingpong

!uikit: SUBDIRS += complexpingpong

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