summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-12-06 10:54:09 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-12-07 12:27:07 +0000
commit2141eba8d56af7b14cf4d02c4f581feb1a8b72ac (patch)
tree38a314cfeb27677f0908defe4a99f7043876c7e6
parent91e7e58d63f3f8fe793e8e579b9b735126c190ec (diff)
Doc: Fix paths for Files property in qt_attribution.json files
qtattributionsscanner expects file paths to be separated by a space. Change-Id: I983870ea403983f2fc32bf0d986e76235d74e497 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit f3f55a6aa8697c62a154e6331dea970a9ea37cc3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/3rdparty/imgui/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/imgui/qt_attribution.json b/src/3rdparty/imgui/qt_attribution.json
index c5599b70e..a42f91b37 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",