Update kirigami target
Since kf6, FindKirigami2Config is deprecated in favor of FindKirigamiConfig
This commit is contained in:
parent
89b6a67232
commit
b2f181fe80
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ set_package_properties(KF6DocTools PROPERTIES
|
|||
)
|
||||
add_feature_info("KF6DocTools" KF6DocTools_FOUND "Enable building documentation")
|
||||
|
||||
find_package(KF6Kirigami2 ${KF6_MIN_VERSION} CONFIG)
|
||||
set_package_properties(KF6Kirigami2 PROPERTIES
|
||||
find_package(KF6Kirigami ${KF6_MIN_VERSION} CONFIG)
|
||||
set_package_properties(KF6Kirigami PROPERTIES
|
||||
DESCRIPTION "A QtQuick based components set"
|
||||
PURPOSE "Required at runtime for several QML effects"
|
||||
TYPE RUNTIME
|
||||
|
|
Loading…
Reference in a new issue