mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
Fix build with Qt 6.10
The private API was split into a separate CMake package
This commit is contained in:
parent
44e0e1920e
commit
bebe44e5f1
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED
|
||||||
WaylandClient
|
WaylandClient
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(Qt6WaylandClient_VERSION VERSION_GREATER_EQUAL "6.10.0")
|
||||||
|
find_package(Qt6 REQUIRED COMPONENTS WaylandClientPrivate)
|
||||||
|
endif()
|
||||||
|
|
||||||
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS
|
||||||
I18n
|
I18n
|
||||||
GlobalAccel
|
GlobalAccel
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue