Adapt to plasma-framework targets being renamed

wilder/Plasma/6.2
Nicolas Fella 2 years ago committed by Vlad Zahorodnii
parent c441ce5cd1
commit f399d2442a
  1. 4
      CMakeLists.txt

@ -136,8 +136,8 @@ set_package_properties(KF6Kirigami2 PROPERTIES
PURPOSE "Required at runtime for several QML effects"
TYPE RUNTIME
)
find_package(KF6Plasma ${PROJECT_VERSION} CONFIG)
set_package_properties(KF6Plasma PROPERTIES
find_package(Plasma ${PROJECT_VERSION} CONFIG)
set_package_properties(Plasma PROPERTIES
DESCRIPTION "A QtQuick based components set"
PURPOSE "Required at runtime for several QML effects"
TYPE RUNTIME

Loading…
Cancel
Save