qt6windows7/examples/dbus/remotecontrolledcar/car/car.pro

12 lines
244 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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