diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a8a52996..f69627836 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,7 +130,7 @@ set_package_properties(KQuickImageEditor PROPERTIES PURPOSE "Add image editing capability to image attachments" ) -find_package(QCoro6 0.4 COMPONENTS Core REQUIRED) +find_package(QCoro6 0.4 COMPONENTS Core Network REQUIRED) qcoro_enable_coroutines() diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f33dc48e1..49efc74c2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -376,6 +376,7 @@ target_link_libraries(neochat PUBLIC QuotientQt6 cmark::cmark QCoro::Core + QCoro::Network ) kconfig_add_kcfg_files(neochat GENERATE_MOC neochatconfig.kcfgc)