summaryrefslogtreecommitdiffstats
path: root/src/network/configure.cmake
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-05-12 08:36:45 -0700
committerThiago Macieira <thiago.macieira@intel.com>2023-05-14 12:47:01 -0700
commit0fc0e821f129d064cc1ce92ad71669ffaf005ca2 (patch)
treedbc2f453788dc049e6c85f37faa6bf089acba760 /src/network/configure.cmake
parent471f134cdd705f6a3909928f4d9d3703657a5170 (diff)
QDnsLookup: remove the #if QT_CONFIG(thread) check
There's no fallback anywhere, so this class simply doesn't work if threading isn't supported. Writing it is an exercise left for whoever cares for that configuration. Change-Id: I3e3bfef633af4130a03afffd175e6f68a3f4673f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/network/configure.cmake')
-rw-r--r--src/network/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/configure.cmake b/src/network/configure.cmake
index 0fd3a103b2..a26f979d3c 100644
--- a/src/network/configure.cmake
+++ b/src/network/configure.cmake
@@ -331,7 +331,7 @@ qt_feature("dnslookup" PUBLIC
SECTION "Networking"
LABEL "QDnsLookup"
PURPOSE "Provides API for DNS lookups."
- CONDITION NOT INTEGRITY
+ CONDITION QT_FEATURE_thread AND NOT INTEGRITY
)
qt_feature("gssapi" PUBLIC
SECTION "Networking"