summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/remotecontrolledcar.pro
blob: 519b9b0157393e5b7a02ae686bb85978ac51f021 (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

QT += widgets