]> cloud.milkyroute.net Git - dolphin.git/blobdiff - CMakeLists.txt
Fix finding KActivities lib after its move to Plasma namespace
[dolphin.git] / CMakeLists.txt
index d9e574f2cb25212c5c9aa5f90ea5e69cbbe15e0a..fb7be4db22a7752a4e2c6424cdd87efeb0726e11 100644 (file)
@@ -75,7 +75,6 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
     WindowSystem
     WidgetsAddons
     Codecs
     WindowSystem
     WidgetsAddons
     Codecs
-    MoreTools
 )
 
 find_package(KUserFeedbackQt6 1.2.1)
 )
 
 find_package(KUserFeedbackQt6 1.2.1)
@@ -89,9 +88,9 @@ if(KUserFeedbackQt6_FOUND)
 endif()
 
 find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS
 endif()
 
 find_package(KF6 ${KF6_MIN_VERSION} OPTIONAL_COMPONENTS
-    Activities
     DocTools
 )
     DocTools
 )
+find_package(KF6Activities)
 set_package_properties(KF6Activities PROPERTIES DESCRIPTION "KActivities libraries"
                        URL "https://www.kde.org"
                        TYPE OPTIONAL
 set_package_properties(KF6Activities PROPERTIES DESCRIPTION "KActivities libraries"
                        URL "https://www.kde.org"
                        TYPE OPTIONAL