docs: change default Qt version from 5 to 6

Update preference from Qt5 to Qt6 in comments.
This commit is contained in:
Wouter Klijn
2026-03-30 21:36:42 +02:00
committed by Max Wilfinger
parent 6dfc4b9230
commit 9dd9965fbd
+2 -2
View File
@@ -41,7 +41,7 @@
# If it is set to Auto(default), FreeCAD finds and uses the
# version installed on the system. If both versions are
# found, Qt5 is preferred.
# found, Qt6 is preferred.
# The output variable is FREECAD_QT_MAJOR_VERSION, which will be either 5 or 6
@@ -98,4 +98,4 @@ macro(ChooseQtVersion)
set(FREECAD_QT_MAJOR_VERSION "${_FREECAD_QT_VERSION}" CACHE INTERNAL
"Major version number for the Qt installation used.")
message(STATUS "Compiling with Qt ${FREECAD_QT_MAJOR_VERSION}")
endmacro()
endmacro()