Minimum Qt6 supported version 6.3.0
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user