summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-12-06 10:54:09 +0100
committerKai Köhne <kai.koehne@qt.io>2022-12-07 08:42:13 +0100
commitf3f55a6aa8697c62a154e6331dea970a9ea37cc3 (patch)
tree7c47b15a59fe2a06b02a7a6c2d5f9ad1a303d7ce
parent72df2d5c06201b572b07bec52e528b2c9a3eef99 (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: I983870ea403983f2fc32bf0d986e76235d74e497 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
-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 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",