From 3a537448cc7b8f366002df8e1da1d7585906126c Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Thu, 17 Apr 2025 06:56:37 +0300
Subject: [PATCH 28/28] Document Qt6Svg requirement for Qt-client

See RM #509

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 doc/INSTALL.meson    | 9 +++++++++
 doc/README.packaging | 6 ++++++
 2 files changed, 15 insertions(+)

diff --git a/doc/INSTALL.meson b/doc/INSTALL.meson
index b1e1d1b729..42ffa23070 100644
--- a/doc/INSTALL.meson
+++ b/doc/INSTALL.meson
@@ -18,6 +18,15 @@ common prerequisites.
 
 For the meson based build minimum version of meson is 0.60.0.
 
+
+Meson specific prerequisites for the Qt client:
+-----------------------------------------------
+
+ - If the Qt-client is built with svgflags features
+   (configured with -Dsvgflags=true), to really enable them
+   also at runtime, Qt6Svg libraries and headers are needed.
+
+
 Prerequisites for the SDL3 client:
 ----------------------------------
 
diff --git a/doc/README.packaging b/doc/README.packaging
index d0d0403404..9954327f39 100644
--- a/doc/README.packaging
+++ b/doc/README.packaging
@@ -166,6 +166,12 @@ spec files... If compression support is built into Freeciv, you can
 compress any of these files and Freeciv can still load them. Freeciv ships
 with all the data files uncompressed, except scenarios which are gzipped.
 
+----------------------------------------------------------------------
+Qt-client svgflags support
+--------------------------
+If Qt-client is built with -Dsvgflags=true, the Qt6Svg is also
+a requirement for sensible behavior.
+
 ----------------------------------------------------------------------
 Loadable AI modules
 -------------------
-- 
2.47.2

