Skip to content

Network Module

The Network module contains coroutine-friendly wrapper for QtNetwork classes.

CMake Usage

find_package(QCoro6 COMPONENTS Network)

...

target_link_libraries(my-target QCoro::Network)

QMake Usage

QT += QCoroNetwork