diff --git a/.kde-ci.yml b/.kde-ci.yml index 652f7e1f..cb6e2e29 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -19,6 +19,6 @@ Dependencies: 'frameworks/plasma-framework': '@latest-kf6' 'plasma/kwin': '@same' 'plasma/plasma-workspace': '@same' - 'libraries/kirigami-addons': '@latest' + 'libraries/kirigami-addons': '@latest-kf6' Options: require-passing-tests-on: [ 'Linux', 'FreeBSD'] diff --git a/CMakeLists.txt b/CMakeLists.txt index 3779bf18..970c14a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS Declarative Package ) -find_package(KF5KirigamiAddons 0.6 REQUIRED) +find_package(KF6KirigamiAddons 0.6 REQUIRED) find_package(LibKWorkspace CONFIG REQUIRED)