summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro
blob: 73bfa37d00c481b096200cb8aa5a5a6f2e17e3e7 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = subdirs
SUBDIRS = car \
	  controller

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