Adapt to plasma-framework targets being renamed
This commit is contained in:
parent
c441ce5cd1
commit
f399d2442a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue