Depend on QCoro::Network

For awaiting on QNetworkReply
This commit is contained in:
Joshua Goins
2023-11-09 20:07:59 -05:00
parent 41c2f9c4d5
commit f7bd24db34
2 changed files with 2 additions and 1 deletions

View File

@@ -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()

View File

@@ -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)