From 4ea3547f3fb2d1d73b3c4e1c78cdc3902341b652 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 16 Sep 2023 17:53:34 +0200 Subject: [PATCH] Drop unused KCompletion Signed-off-by: Andreas Sturmlechner (cherry picked from commit 0d5d7f70771fb6caf6fc84a840a708df4e980493) --- CMakeLists.txt | 2 +- processui/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d5a0ca48..67b8242d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ set_package_properties(Qt${QT_MAJOR_VERSION}WebChannel PROPERTIES ) -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons Config I18n JobWidgets WindowSystem Completion Auth WidgetsAddons IconThemes ConfigWidgets Service GlobalAccel KIO Package NewStuff) +find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons Config I18n JobWidgets WindowSystem Auth WidgetsAddons IconThemes ConfigWidgets Service GlobalAccel KIO Package NewStuff) find_package(ZLIB REQUIRED) set_package_properties(ZLIB PROPERTIES DESCRIPTION "Support for gzip compressed files and data streams" diff --git a/processui/CMakeLists.txt b/processui/CMakeLists.txt index c9bd8007..e61bd784 100644 --- a/processui/CMakeLists.txt +++ b/processui/CMakeLists.txt @@ -45,7 +45,6 @@ target_link_libraries(processui KF5::I18n KF5::WindowSystem KF5::AuthCore - KF5::Completion KF5::ConfigWidgets KF5::WidgetsAddons KF5::IconThemes -- 2.42.0