Skip to content

QML Module

The QCoro QML module contains coroutine-friendly wrappers for QtQml classes.

CMake Usage

find_package(QCoro6 COMPONENTS Qml)
...
target_link_libraries(my-target QCoro::Qml)

QMake Usage

QT += QCoroQml