From 63153b89376cf120a1a9ba818624f36f9d23f292 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Mon, 23 May 2016 03:04:55 +0200 Subject: [PATCH] Add note about required svg support in Qt. --- lib/RELEASE-NOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES index d3ac4c4f15..4fab9b7e1f 100644 --- a/lib/RELEASE-NOTES +++ b/lib/RELEASE-NOTES @@ -118,6 +118,9 @@ several regressions with respect to Qt 4.x. See #9215 for a list of bugs related to compiling LyX with different versions of Qt. +* The Qt libraries must have support for the SVG graphic format, because + LyX now uses svg icons. If this support is lacking, icons cannot be shown. + * If compiling LyX on Windows with Qt 5.6, it is recommended to use MSVC 2015 update 2 to avoid #9892.