summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus.pro
blob: 0ac20ad1658eb7953b1e8c46c714a8c94a0e7b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = subdirs
SUBDIRS = listnames \
	  pingpong \
	  complexpingpong

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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
sources.files = *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
INSTALLS += sources

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example