┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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()