mirror of https://github.com/qt/qtbase.git
14 lines
312 B
Prolog
14 lines
312 B
Prolog
QT += dbus widgets
|
|
|
|
DBUS_INTERFACES += ../common/car.xml
|
|
HEADERS += controller.h
|
|
SOURCES += main.cpp controller.cpp
|
|
RESOURCES += icons.qrc
|
|
|
|
# Work-around CI issue. Not needed in user code.
|
|
CONFIG += no_batch
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
|
INSTALLS += target
|