From 22dfb9cf1a817f48e0f8ea3a4a162949b5c7d607 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: [PATCH] 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. Change-Id: I4c9dfea0f086fc9631cb06f40e2d3cab0a32ca4e Reviewed-by: Jörg Bornemann (cherry picked from commit cbd5bc0b587de74d900494817509717ef2f0c472) Reviewed-by: Qt Cherry-pick Bot --- src/3rdparty/wasm/qt_attribution.json | 2 +- src/corelib/text/qt_attribution.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/wasm/qt_attribution.json b/src/3rdparty/wasm/qt_attribution.json index 13858baf61a..49c32bb7479 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/", diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json index 3d633b73900..662d2f51cf7 100644 --- a/src/corelib/text/qt_attribution.json +++ b/src/corelib/text/qt_attribution.json @@ -24,7 +24,7 @@ "QDocModule": "qtcore", "QtUsage": "Used in Qt Core (QTimeZone, QLocale).", "Files": "For update, see qtbase/util/locale_database/cldr2qlocalexml.py", - "Files": "qlocale_data_p.h qtimezoneprivate_data_p.h", + "Files": "qlocale_data_p.h ../time/qtimezoneprivate_data_p.h", "Description": "The Unicode CLDR provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data