From 638a0663a1a79230a870717e37cb48b9cb61062c Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 3 Jul 2024 18:56:16 +0200 Subject: avoid need for activities lib use KRecentFilesAction like Kate and others to signal used files/dirs could later be used to plug-in a recently used menu, too, if ever wanted avoids that this dependency could be missed and the functionality is not there, too --- CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d7f1cb57a..6a17bf6ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,12 +91,6 @@ endif() find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS DocTools ) -find_package(PlasmaActivities) -set_package_properties(PlasmaActivities PROPERTIES DESCRIPTION "PlasmaActivities libraries" - URL "https://www.kde.org" - TYPE OPTIONAL - PURPOSE "For tracking which folders are frequently accessed on a Plasma desktop" - ) find_package(Phonon4Qt6 CONFIG REQUIRED) @@ -130,10 +124,6 @@ set_package_properties(KF6FileMetaData PROPERTIES PURPOSE "For accessing file metadata labels" ) -if (PlasmaActivities_FOUND) - set(HAVE_PLASMA_ACTIVITIES TRUE) -endif() - if (KF6Baloo_FOUND AND KF6BalooWidgets_FOUND AND KF6FileMetaData_FOUND) message(STATUS "Baloo packages are found") set(HAVE_BALOO TRUE) -- cgit v1.3.1