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)