summaryrefslogtreecommitdiffstats
path: root/src/testlib/3rdparty/qt_attribution.json
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-02-02 16:59:19 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2023-04-20 14:17:26 +0100
commitce8839e056abb1ca3151c88f370b38bca8f60e3b (patch)
tree349ef1c221e80c9e6073f872464c7aef4932c7d0 /src/testlib/3rdparty/qt_attribution.json
parent1bf1aec7902113e14e30d52429378ce7e50ad38d (diff)
Deploy Comment fields in qt_attribution.json files
Replace the old abuse of other fields as comments, to be overwritten by a later setting to a proper value, with actual Comment fields, now that we have them. Added a new comment to the valgrind files to say where they come from in the upstream. Pick-to: 6.5 Change-Id: I2edcfa2949fa9e59f3f67d3e578d8e5009854cf6 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/testlib/3rdparty/qt_attribution.json')
-rw-r--r--src/testlib/3rdparty/qt_attribution.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/3rdparty/qt_attribution.json b/src/testlib/3rdparty/qt_attribution.json
index 08a5bcf1ec..d1cf919946 100644
--- a/src/testlib/3rdparty/qt_attribution.json
+++ b/src/testlib/3rdparty/qt_attribution.json
@@ -4,6 +4,7 @@
"Name": "Valgrind",
"QDocModule": "qttestlib",
"QtUsage": "Used on Linux ond MacOS in the Qt Test module.",
+ "Comment": { "UpstreamFiles": [ "include/valgrind.h.in", "callgrind/callgrind.h" ] },
"Files": "valgrind_p.h callgrind_p.h",
"Description": "An instrumentation framework for building dynamic analysis tools.",