From c15c57d0a16a49bc5c44d2f043305bf193b91b3f Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Wed, 22 Apr 2020 23:08:13 +0200 Subject: [PATCH] Remove no longer needed dependencies The dialer was moved to plasma-dialer in [1]. It pulled in KF5{Declarative,DBusAddons,Notifications} which are now no longer needed. While at it, also group in one call, which respects KF5_MIN_VERSION for all packages, and sort it. [1] 6107e39f4938552bb054399bc1d69377b4ed1d52 --- CMakeLists.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10c333ae..ab624c0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,8 +27,13 @@ include(FeatureSummary) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED Core Qml Quick) -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Plasma Service Declarative I18n KIO) -find_package(KF5 REQUIRED COMPONENTS PlasmaQuick DBusAddons Notifications) +find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS + I18n + KIO + Plasma + PlasmaQuick + Service +) find_package(KF5Wayland CONFIG) set_package_properties(KF5Wayland PROPERTIES TYPE REQUIRED