Skip to content

DBus Module

The DBus module contains coroutine-friendly wrapper for QtDBus classes.

CMake Usage

find_package(QCoro6 COMPONENTS DBus)

...

target_link_libraries(my-target QCoro::DBus)

QMake Usage

QT += QCoroDBus