mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Adjust kirigami-addons dep to KF6
This commit is contained in:
parent
327cc7b5d6
commit
efe61ce50d
2 changed files with 2 additions and 2 deletions
|
|
@ -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']
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue