diff options
author | Peter Hartmann <peter.hartmann@nokia.com> | 2011-01-06 16:04:37 (GMT) |
---|---|---|
committer | Peter Hartmann <peter.hartmann@nokia.com> | 2011-01-06 16:42:01 (GMT) |
commit | 273cc18e59af6b495462cbe101652a444a2cc8f4 (patch) | |
tree | 7fed14b1372ff8da12a92161639a9267f81de6b9 /tests/auto/headers | |
parent | 7ee36ca4cf6359ade995e974abd2adfcf4dc7612 (diff) | |
download | Qt-273cc18e59af6b495462cbe101652a444a2cc8f4.zip Qt-273cc18e59af6b495462cbe101652a444a2cc8f4.tar.gz Qt-273cc18e59af6b495462cbe101652a444a2cc8f4.tar.bz2 |
licensing: exclude generated cookie jar table from license check
This file is generated from the Public Suffix List, and thus under a
different license.
Reviewed-by: Markus Goetz
Diffstat (limited to 'tests/auto/headers')
-rw-r--r-- | tests/auto/headers/tst_headers.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/headers/tst_headers.cpp b/tests/auto/headers/tst_headers.cpp index 8c8bc2c..b889a37 100644 --- a/tests/auto/headers/tst_headers.cpp +++ b/tests/auto/headers/tst_headers.cpp @@ -176,7 +176,9 @@ void tst_Headers::allSourceFilesData() || sourceFile.endsWith(".ui.h") || sourceFile.endsWith("/src/corelib/global/qconfig.h") || sourceFile.endsWith("/src/corelib/global/qconfig.cpp") - || sourceFile.endsWith("/src/tools/uic/qclass_lib_map.h")) + || sourceFile.endsWith("/src/tools/uic/qclass_lib_map.h") + || sourceFile.endsWith("src/network/access/qnetworkcookiejartlds_p.h") + ) continue; QTest::newRow(qPrintable(sourceFile)) << sourceFile; |