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

DBUS_ADAPTORS += 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