From ca719b835ed264d327593abdc40ff6d332f4c089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Mon, 21 Feb 2022 16:31:24 +0000 Subject: [PATCH] The component of QtCoro5 is called Core and not Coro ;) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 787886cf2..b6dbd5f27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()