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

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

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