car.pro Example File
remotecontrolledcar/car/car.pro
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
simulator: warning(This example does not work on Simulator platform)