diff options
| author | Antonio Rojas <[email protected]> | 2023-11-30 08:59:04 +0100 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2023-11-30 08:59:04 +0100 |
| commit | 9c313813f58cc43acf973464c338b4de56156f1f (patch) | |
| tree | 19103513600dd24e560217eda30a3da1c4861cec /src/CMakeLists.txt | |
| parent | 697d1648b796b6ba5c08dc01a86ed2e324690abf (diff) | |
Fix building with activities after the kactivities -> plasma-activities rename
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
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() |
