┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristoph Cullmann <[email protected]>2024-07-03 18:56:16 +0200
committerChristoph Cullmann <[email protected]>2024-07-04 11:31:29 +0000
commit638a0663a1a79230a870717e37cb48b9cb61062c (patch)
tree1439d1a873b3322fb7b329e55904edea2d6d1a0e /CMakeLists.txt
parent76c07954582032bcf714e543b590deda72b28612 (diff)
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
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)