summaryrefslogtreecommitdiffstats
path: root/examples/dbus/dbus.pro
blob: e4a4f70f88d03becea4f2b4acdf6dc172cfca95e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS = listnames \
	  pingpong \
	  complexpingpong \
	  dbus-chat \
	  remotecontrolledcar

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

include($$QT_SOURCE_TREE/examples/examplebase.pri)