The component of QtCoro5 is called Core and not Coro ;)

This commit is contained in:
Sandro Knauß
2022-02-21 16:31:24 +00:00
parent 9b5ad3a3a0
commit ca719b835e

View File

@@ -108,7 +108,7 @@ set_package_properties(KQuickImageEditor PROPERTIES
PURPOSE "Add image editing capability to image attachments"
)
find_package(QCoro5 COMPONENTS Coro QUIET)
find_package(QCoro5 COMPONENTS Core QUIET)
if(NOT QCoro5_FOUND)
find_package(QCoro REQUIRED)
endif()