Adapt to plasma-framework targets being renamed

This commit is contained in:
Nicolas Fella 2023-11-24 14:53:54 +01:00 committed by Vlad Zahorodnii
parent c441ce5cd1
commit f399d2442a

View file

@ -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