commit c66a298ab3fdfd34e910f5b5a12800c683b869ed
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Thu Oct 9 16:13:38 2025 +0200

    Document in release notes that Qt6 is now the default.
---
 lib/RELEASE-NOTES | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 103782f78b..d0a9ebdcc9 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -5,7 +5,7 @@
 
 !!Documents compilation process and images conversion
 
-- the default length of latex log lines is now by default extended so that the 
+- the default length of latex log lines is now by default extended so that the
   detection of latex erros is more robust (esp. for missing 
citations/references).
   Works with TeX Live only.
 
@@ -57,13 +57,13 @@
 
 - Layout now has a tag "MultiPar <true|false>", which causes mutliple 
paragraphs
   being output within the same command.
-  
+
 - InsetArgument now have their own "InheritFont" tag where you can specifiy
   whether the argument should take the surrounding font (in the workarea).
-  
+
 - Counter specifications can now have a tag "StepOtherCounter <counter>" which
   effects that this other counter is stepped whenever the counter in question 
is.
-  
+
 - InsetLayout now also support "StepParentCounter <true|false>", like Layout.
 
 - If InsetLayout used a counter, the value of this counter has been 
automatically
@@ -82,6 +82,10 @@
 
 !!Changes with respect to external programs and libraries in 2.5:
 
+- The Qt6 libraries are now used by default. In order to force
+  building against Qt5, the configure option --disable-qt6 (or the
+  cmake -DLYX_USE_QT=QT5 option) has to be used.
+
 - The support for python 2 was completely removed. Python 3.8 (or newer)
   must be present on your system for LyX to work properly.
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to