summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/controller/controller.pro
blob: d072c2723953803b790073aa5e3992a68e6702a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += dbus widgets

# DBUS_INTERFACES += car.xml
FORMS += controller.ui
HEADERS += car_interface.h controller.h
SOURCES += main.cpp car_interface.cpp controller.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/controller
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/controller
INSTALLS += target sources

simulator: warning(This example does not work on Simulator platform)