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