Update minimum Qt version 6.6.1 recommended 6.8.3

This commit is contained in:
Alejandro Martinez
2025-12-21 21:35:44 -03:00
parent 03ca4fdbc3
commit b0b65e4e1f
4 changed files with 9 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
# #
###############################################################################
!versionAtLeast(QT_VERSION, 6.5.3):error("Use at least Qt version 6.5.3")
!versionAtLeast(QT_VERSION, 6.6.1):error("Use at least Qt version 6.6.1")
###==========================
### IMPORT USER CONFIGURATION