summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-12-06 10:50:30 +0100
committerKai Köhne <kai.koehne@qt.io>2022-12-08 15:14:17 +0100
commitcbd5bc0b587de74d900494817509717ef2f0c472 (patch)
tree4bcffc50e3620d0e642b5d088c9971351e0f8006 /src/3rdparty
parentc95de359b4fe7bc03f7defdb057ebbe79c51b3dd (diff)
Doc: Fix paths for Files property in qt_attribution.json files
qtattributionsscanner expects file paths to be separated by a space. Pick-to: 6.2 6.4 Change-Id: I4c9dfea0f086fc9631cb06f40e2d3cab0a32ca4e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/wasm/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
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/",