summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/controller/controller.pro
blob: d6bbd9c8eee3a4caa24b2bc2ef19fc637c610695 (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 += controller.h
SOURCES += main.cpp controller.cpp

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

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