mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
14 lines
312 B
Prolog
14 lines
312 B
Prolog
QT += dbus widgets
|
|
|
|
DBUS_INTERFACES += ../common/car.xml
|
|
FORMS += controller.ui
|
|
HEADERS += controller.h
|
|
SOURCES += main.cpp controller.cpp
|
|
|
|
# Work-around CI issue. Not needed in user code.
|
|
CONFIG += no_batch
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
|
INSTALLS += target
|