From 9c313813f58cc43acf973464c338b4de56156f1f Mon Sep 17 00:00:00 2001 From: Antonio Rojas Date: Thu, 30 Nov 2023 08:59:04 +0100 Subject: Fix building with activities after the kactivities -> plasma-activities rename --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index be83cd2d0..533b5d221 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -437,10 +437,10 @@ target_link_libraries(dolphinstatic Phonon::phonon4qt6 ) -if (HAVE_KACTIVITIES) +if (HAVE_PLASMA_ACTIVITIES) target_link_libraries( dolphinstatic - KF6::Activities + Plasma::Activities ) endif() -- cgit v1.3.1