diff options
| author | Antonio Rojas <[email protected]> | 2023-11-17 09:17:18 +0100 |
|---|---|---|
| committer | Antonio Rojas <[email protected]> | 2023-11-17 19:20:38 +0100 |
| commit | afc47abcb8c143674ba7148cee358c02f4b0fd7a (patch) | |
| tree | 76be74aa8ebc03457eae11add9876db7e58b86d3 /CMakeLists.txt | |
| parent | b927e3dc0f4219eb24b15b579a8fff62748476ac (diff) | |
Fix finding KActivities lib after its move to Plasma namespace
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a14d6895b..fb7be4db2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,9 +88,9 @@ if(KUserFeedbackQt6_FOUND) endif() find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS - Activities DocTools ) +find_package(KF6Activities) set_package_properties(KF6Activities PROPERTIES DESCRIPTION "KActivities libraries" URL "https://www.kde.org" TYPE OPTIONAL |
