GIT_SILENT: Remove check about qt6.10. We depend against qt6.10

This commit is contained in:
Laurent Montel
2026-06-08 13:19:43 +02:00
parent 168d51c848
commit 4488263f94

View File

@@ -36,9 +36,7 @@ include(ECMGenerateExportHeader)
find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient Qml)
if (Qt6WaylandClient_VERSION VERSION_GREATER_EQUAL "6.10.0")
find_package(Qt6WaylandClientPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE)
endif()
find_package(WaylandScanner REQUIRED)
find_package(Wayland 1.3 COMPONENTS Client Server)