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 /CMakeLists.txt | |
| parent | 697d1648b796b6ba5c08dc01a86ed2e324690abf (diff) | |
Fix building with activities after the kactivities -> plasma-activities rename
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b47591da4..fbc0bd38a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,8 +90,8 @@ endif() find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS DocTools ) -find_package(KF6Activities) -set_package_properties(KF6Activities PROPERTIES DESCRIPTION "KActivities libraries" +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" @@ -129,8 +129,8 @@ set_package_properties(KF6FileMetaData PROPERTIES PURPOSE "For accessing file metadata labels" ) -if (KF6Activities_FOUND) - set(HAVE_KACTIVITIES TRUE) +if (PlasmaActivities_FOUND) + set(HAVE_PLASMA_ACTIVITIES TRUE) endif() if (KF6Baloo_FOUND AND KF6BalooWidgets_FOUND AND KF6FileMetaData_FOUND) |
