From 50c889e24c50c0fcca64b791c79337f5590a9819 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Thu, 9 Feb 2023 08:44:49 +0100 Subject: Use separate KMoreTools library --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 424e30f6f..0054a5540 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,6 +79,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS Codecs ) +find_package(KF6MoreTools) find_package(KUserFeedback 1.2.0) set_package_properties(KUserFeedback PROPERTIES TYPE OPTIONAL -- cgit v1.3