summaryrefslogtreecommitdiffstats
path: root/tests/prebuild
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-05-24 12:31:03 +0000
committerKai Koehne <kai.koehne@qt.io>2018-05-24 14:01:33 +0000
commit82a3dfd8a6cda7d30389af92163e82e1d34fae73 (patch)
treee65841cd65161d7db85043efee801756c3f1744f /tests/prebuild
parent79f009afd8ee0ad1c032f2235e09971ac1b5c376 (diff)
Revert "Enable license checker for Qt WebEngine"
The logic in the patch to exclude the 5.6 branch of qtwebengine fails, because the source directory set up in coin is actually not a git checkout. This reverts commit 79f009afd8ee0ad1c032f2235e09971ac1b5c376. Change-Id: I7d2c57833ec96d83bfef06b7fba11a2638fb7a00 Reviewed-by: Liang Qi <liang.qi@qt.io>
Diffstat (limited to 'tests/prebuild')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index 418d0ed8..475ec46f 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' => ['5.6'],
+ 'qtwebengine' => [],
'3rdparty' => [],
'qtqa' => [],
'pyside-setup' => ['5.6']
@@ -192,14 +192,6 @@ 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},