summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-09-29 14:02:04 +0200
committerKai Koehne <kai.koehne@qt.io>2022-10-01 06:24:51 +0000
commitc9e19cf9d318efc7c736c3adfac91f9161beaa42 (patch)
tree11fd33e556f8b28be1ae462e9a7a95736e971d2f /sync.profile
parent44ac742f730a5e8cac229067429eb2f5cb90105a (diff)
Move qurltlds_p.h out of src/network, and make it a .cpp file
The file was originally introduced as a header because the data was also used by Qt WebKit. This is not needed anymore. Moving it into src/3rdparty is also more in line with QUIP 4. [ChangeLog][Third-Party Code] The Public Suffix List (PSL) data file got moved from src/network/kernel/qurltlds_p.h to src/3rdparty/libpsl/psl_data.cpp. Change-Id: I3283cbbd72575032d8c7ebd333e81048d948c052 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sync.profile b/sync.profile
index 85fd18147c..119ab07246 100644
--- a/sync.profile
+++ b/sync.profile
@@ -75,8 +75,7 @@
@qpa_headers = ( qr/^qplatform/, qr/^qwindowsystem/ );
my @internal_zlib_headers = ( "crc32.h", "deflate.h", "gzguts.h", "inffast.h", "inffixed.h", "inflate.h", "inftrees.h", "trees.h", "zutil.h" );
my @zlib_headers = ( "zconf.h", "zlib.h" );
-my @internal_qtnetwork_headers = ( "qurltlds_p.h" );
-@ignore_headers = ( @internal_zlib_headers, @internal_qtnetwork_headers );
+@ignore_headers = ( @internal_zlib_headers );
@ignore_for_include_check = ( "qsystemdetection.h", "qcompilerdetection.h", "qprocessordetection.h", @zlib_headers);
@ignore_for_qt_begin_namespace_check = ( "qt_windows.h", @zlib_headers);
%inject_headers = (