Core Module
The Core
module contains coroutine-friendly wrapper for
QtCore classes.
CMake Usage
find_package(QCoro6 COMPONENTS Core)
...
target_link_libraries(my-target QCoro::Core)
QMake Usage
QT += QCoroCore
The Core
module contains coroutine-friendly wrapper for
QtCore classes.
find_package(QCoro6 COMPONENTS Core)
...
target_link_libraries(my-target QCoro::Core)
QT += QCoroCore