From d4022728ecd3abbde78c01a1084241f171160e16 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Thu, 31 Oct 2024 06:23:21 +0100 Subject: [PATCH] Require Qt 6.7 --- README.md | 2 +- features.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ba6a001..7aee8c33 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ releases or clone the `master` branch that has the latest released version. ## Dependencies -Qt >= 6.8.0 with at least the following modules is required: +Qt >= 6.7.0 with at least the following modules is required: * [qtbase](http://code.qt.io/cgit/qt/qtbase.git) * [qtdeclarative](http://code.qt.io/cgit/qt/qtdeclarative.git) diff --git a/features.cmake b/features.cmake index 5ae93e03..952bb2a7 100644 --- a/features.cmake +++ b/features.cmake @@ -5,7 +5,7 @@ include(FeatureSummary) ## Find Qt: -find_package(Qt6 +find_package(Qt6 "6.7.0" REQUIRED COMPONENTS Core