qt6windows7/examples/dbus/remotecontrolledcar/car/car.pro
2023-10-29 23:33:08 +01:00

12 lines
244 B
Prolog

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