From cbd5bc0b587de74d900494817509717ef2f0c472 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 6 Dec 2022 10:50:30 +0100 Subject: Doc: Fix paths for Files property in qt_attribution.json files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit qtattributionsscanner expects file paths to be separated by a space. Pick-to: 6.2 6.4 Change-Id: I4c9dfea0f086fc9631cb06f40e2d3cab0a32ca4e Reviewed-by: Jörg Bornemann --- src/3rdparty/wasm/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty') diff --git a/src/3rdparty/wasm/qt_attribution.json b/src/3rdparty/wasm/qt_attribution.json index 13858baf61..49c32bb747 100644 --- a/src/3rdparty/wasm/qt_attribution.json +++ b/src/3rdparty/wasm/qt_attribution.json @@ -19,7 +19,7 @@ "Name": "DejaVu Fonts", "QDocModule": "qtgui", "QtUsage": "Used for WebAssembly platform.", - "Files": "DejaVuSans.ttf, DejaVuSansMono.ttf", + "Files": "DejaVuSans.ttf DejaVuSansMono.ttf", "Description": "The DejaVu fonts are a font family based on the Vera Fonts.", "Homepage": "https://dejavu-fonts.github.io/", -- cgit v1.2.3