mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-26 22:27:06 +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
|