Depend on QCoro::Network
For awaiting on QNetworkReply
This commit is contained in:
@@ -130,7 +130,7 @@ set_package_properties(KQuickImageEditor PROPERTIES
|
|||||||
PURPOSE "Add image editing capability to image attachments"
|
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()
|
qcoro_enable_coroutines()
|
||||||
|
|
||||||
|
|||||||
@@ -376,6 +376,7 @@ target_link_libraries(neochat PUBLIC
|
|||||||
QuotientQt6
|
QuotientQt6
|
||||||
cmark::cmark
|
cmark::cmark
|
||||||
QCoro::Core
|
QCoro::Core
|
||||||
|
QCoro::Network
|
||||||
)
|
)
|
||||||
|
|
||||||
kconfig_add_kcfg_files(neochat GENERATE_MOC neochatconfig.kcfgc)
|
kconfig_add_kcfg_files(neochat GENERATE_MOC neochatconfig.kcfgc)
|
||||||
|
|||||||
Reference in New Issue
Block a user