summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 08ec344..43217ea 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)