summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-09-16 13:37:52 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-09-16 15:04:35 +0200
commit82804184aa39c73df4a4d8cba0a11f975af4df87 (patch)
treeb3d7709e3d2a1b3844c04f5782a812796c9d862d /tests
parentc9edeabcb33849ea55f4e1820485ac65032ebaf5 (diff)
downloadqtqa-82804184aa39c73df4a4d8cba0a11f975af4df87.tar.gz
Skip the license check for qttools in < 6.4 branches
Otherwise it's not possible to update the qlitehtml submodule in these branches due to the switch to SPDX license headers in that submodule. See 8dee1e2b1884af3dcb85ac581bb0376323fd0de3. Pick-to: master Change-Id: I9dfd28087259ea1d22be25126463859f6693309b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 519b2b5..667a359 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -54,6 +54,7 @@ my $optModuleName;
# Qt license headers. They are entirely excluded from license checking.
my %excludedModules = (
'qtrepotools' => [],
+ 'qttools' => ['6.2', '6.3'],
'qtwebkit' => [],
'test262' => [],
'3rdparty' => [],