qt5base-lts/examples/dbus/remotecontrolledcar/car/car.pro

14 lines
407 B
Prolog
Raw Normal View History

QT += dbus widgets
DBUS_ADAPTORS += car.xml
HEADERS += car.h
SOURCES += car.cpp main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/car
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xml
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/car
INSTALLS += target sources
simulator: warning(This example does not work on Simulator platform)