From f3f55a6aa8697c62a154e6331dea970a9ea37cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 6 Dec 2022 10:54:09 +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: I983870ea403983f2fc32bf0d986e76235d74e497 Reviewed-by: Jörg Bornemann --- src/3rdparty/imgui/qt_attribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/imgui/qt_attribution.json b/src/3rdparty/imgui/qt_attribution.json index 47ef6eb48..2ba24ecba 100644 --- a/src/3rdparty/imgui/qt_attribution.json +++ b/src/3rdparty/imgui/qt_attribution.json @@ -33,7 +33,7 @@ "QDocModule": "qt3d", "Description": "Single-file public domain (or MIT licensed) libraries for C/C++", "QtUsage": "Used in tests to demonstrate and verify the integration of an external GUI library.", - "Files": "imstb_rectpack.h,imstb_textedit.h,imstb_truetype.h", + "Files": "imstb_rectpack.h imstb_textedit.h imstb_truetype.h", "Homepage": "https://github.com/nothings/stb/", "License": "MIT License or Public Domain", -- cgit v1.2.3