summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/car/car.pro
blob: 35a186c7fe9bd1ee187758e7dd6639afa77ce3ae (plain)
1
2
3
4
5
6
7
8
9
QT += dbus widgets

DBUS_ADAPTORS += car.xml
HEADERS += car.h
SOURCES += car.cpp main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
INSTALLS += target