Minimum Qt6 supported version 6.3.0

This commit is contained in:
Allen Winter
2022-07-13 08:40:59 -04:00
parent f1959e5e16
commit 3764feaf89
2 changed files with 2 additions and 1 deletions

View File

@@ -146,7 +146,7 @@ endif()
if(${PROJECT_NAME}_QT6)
set(Qt_VERSION_MAJOR 6)
set(QT_MIN_VERSION "6.0.0")
set(QT_MIN_VERSION "6.3.0")
set(${PROJECT_NAME}_LIBRARY_QTID "-qt6")
else()
set(Qt_VERSION_MAJOR 5)

View File

@@ -1,4 +1,5 @@
* v1.6.0 (unreleased)
- Minimum Qt6 version is now 6.3.0
- Fixed restoring of normal geometry when closing a maximized window (#259)
- Experimental support for docking into dock widgets which are in a MDI area.
- Fixed potential crash involving infinite loop between QWidget::create() and QWidget::createWinId()