summaryrefslogtreecommitdiffstats
path: root/src/network/configure.cmake
diff options
context:
space:
mode:
authorPeter Varga <pvarga@inf.u-szeged.hu>2023-01-16 13:12:49 +0100
committerPeter Varga <pvarga@inf.u-szeged.hu>2023-01-17 18:21:26 +0100
commit56d72d36bf7df8f9c87177e364096f0120876810 (patch)
tree095512210b316d7e7325660faff6ab048cd75e5f /src/network/configure.cmake
parentada434e417568457df252b6069ec51f6ba8335c8 (diff)
Update description of topleveldomain feature
qTopLevelDomain() is misleading in the configure summary. The function has been removed by commit 50b3097683 Also clean up the topleveldomain files. Pick-to: 6.5 Change-Id: Ib577962909a83f4f41d1660a26fd80b37803ae18 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'src/network/configure.cmake')
-rw-r--r--src/network/configure.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index 6afa139058..aef7f150b9 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -331,8 +331,9 @@ qt_feature("networklistmanager" PRIVATE
)
qt_feature("topleveldomain" PUBLIC
SECTION "Networking"
- LABEL "qTopLevelDomain()"
- PURPOSE "Provides support for extracting the top level domain from URLs. If enabled, a binary dump of the Public Suffix List (http://www.publicsuffix.org, Mozilla License) is included. The data is then also used in QNetworkCookieJar::validateCookie."
+ LABEL "qIsEffectiveTLD()"
+ PURPOSE "Provides support for checking if a domain is a top level domain. If enabled, a binary dump of the Public Suffix List (http://www.publicsuffix.org, Mozilla License) is included. The data is used in QNetworkCookieJar."
+
DISABLE INPUT_publicsuffix STREQUAL "no"
)
qt_feature("publicsuffix-qt" PRIVATE