Skip to content

Commit

Permalink
Require Qt 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Oct 31, 2024
1 parent 5f54335 commit d402272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include(FeatureSummary)

## Find Qt:
find_package(Qt6
find_package(Qt6 "6.7.0"
REQUIRED
COMPONENTS
Core
Expand Down

0 comments on commit d402272

Please sign in to comment.