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

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

QT += widgets