From ce8839e056abb1ca3151c88f370b38bca8f60e3b Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 2 Feb 2023 16:59:19 +0100 Subject: Deploy Comment fields in qt_attribution.json files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Kai Köhne --- src/testlib/3rdparty/qt_attribution.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testlib') 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.", -- cgit v1.2.3