summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 475ec46f..418d0ed8 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -81,7 +81,7 @@ my %excludedModules = (
'qtrepotools' => [],
'qtwebkit' => [],
'test262' => [],
- 'qtwebengine' => [],
+ 'qtwebengine' => ['5.6'],
'3rdparty' => [],
'qtqa' => [],
'pyside-setup' => ['5.6']
@@ -192,6 +192,14 @@ my %optionalFiles = (
# This directory is a copy of a 3rdparty library
qr{^src/assistant/lib/fulltextsearch/},
],
+ "qtwebengine" => [
+ # Small code snippet, under LICENSE.Chromium copyright
+ qr{^src/core/common/qt_messages\.(h|cpp)$},
+ # Copy of tool in Chromium, under LICENSE.Chromium copyright
+ qr{^src/tools/qwebengine_convert_dict/main\.cpp$},
+ # Documentation that origins from Webkit (and is therefore LGPL)
+ qr{_lgpl.qdoc$},
+ ],
'pyside-setup' => [
qr{docs/conf.py},
qr{docs/make.bat},