From 4488263f9432e86cca7234273f6621ce92d19744 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 8 Jun 2026 13:19:43 +0200 Subject: [PATCH] GIT_SILENT: Remove check about qt6.10. We depend against qt6.10 --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4309474..ff5e0d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(Qt6WaylandClientPrivate ${QT_MIN_VERSION} REQUIRED NO_MODULE) find_package(WaylandScanner REQUIRED) find_package(Wayland 1.3 COMPONENTS Client Server)