summaryrefslogtreecommitdiffstats
path: root/examples/dbus/remotecontrolledcar/controller/controller.pro
blob: 5ee37bec7154eb2e1256cd88c48c28acce624bd0 (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]/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)