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

DBUS_ADAPTORS += ../common/car.xml
HEADERS += car.h
SOURCES += car.cpp main.cpp

CONFIG += no_batch  # work around QTBUG-96513

# install
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
INSTALLS += target