summaryrefslogtreecommitdiffstats
path: root/tests/prebuild
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2022-08-01 15:36:36 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-02 09:38:27 +0000
commit1d71b888639c9beec0bdff92f56e79f06b1876ec (patch)
tree790b38064a9317d0a0bfcd98cd6c35bc0db790a5 /tests/prebuild
parent058dd0af8e458c0c1c2bba8c124fd35494d386e8 (diff)
tst_license.pl: Skip vk.xml
Task-number: QTBUG-105270 Change-Id: Ic873b6dcafddedf6587b25446199a5c0010faf62 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 7b85b89b2a092fb7897ade389760341b52591fc6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests/prebuild')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 08ec3447..43217ead 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -79,6 +79,12 @@ my %excludedFiles = (
qr{/3rdparty/},
qr{^3rdparty/},
],
+ "qtbase" => [
+ # XML file from Khronos taken as-is, no control over the
+ # license and copyright syntax in this one. The checker
+ # gets confused with newer upstream versions, so skip.
+ qr{^src/gui/vulkan/vk\.xml$},
+ ],
"qtwayland" => [
# XML files for protocol (the license checker fails to
# recognize the copyright headers in these)