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 --- src/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fe9ac1f45..6b1d9c7b0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -455,13 +455,6 @@ target_link_libraries(dolphinstatic Phonon::phonon4qt6 ) -if (HAVE_PLASMA_ACTIVITIES) - target_link_libraries( - dolphinstatic - Plasma::Activities - ) -endif() - if(HAVE_PACKAGEKIT) target_link_libraries( dolphinstatic -- cgit v1.3.1