Adjust kirigami-addons dep to KF6

This commit is contained in:
Nicolas Fella 2023-03-09 14:16:54 +01:00
parent 327cc7b5d6
commit efe61ce50d
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,6 @@ Dependencies:
'frameworks/plasma-framework': '@latest-kf6' 'frameworks/plasma-framework': '@latest-kf6'
'plasma/kwin': '@same' 'plasma/kwin': '@same'
'plasma/plasma-workspace': '@same' 'plasma/plasma-workspace': '@same'
'libraries/kirigami-addons': '@latest' 'libraries/kirigami-addons': '@latest-kf6'
Options: Options:
require-passing-tests-on: [ 'Linux', 'FreeBSD'] require-passing-tests-on: [ 'Linux', 'FreeBSD']

View file

@ -67,7 +67,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
Declarative Declarative
Package Package
) )
find_package(KF5KirigamiAddons 0.6 REQUIRED) find_package(KF6KirigamiAddons 0.6 REQUIRED)
find_package(LibKWorkspace CONFIG REQUIRED) find_package(LibKWorkspace CONFIG REQUIRED)