mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
12 lines
244 B
Prolog
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
|