summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-05-26 10:11:11 -0700
committerThiago Macieira <thiago.macieira@intel.com>2023-05-27 12:57:16 -0700
commit26dd7fe4edb8ed39ebf12cae874eb89e46ff9067 (patch)
tree9a193b161641f67e66986b483415c6e98662414e /tests
parent369952fbd7163c9ae2fa6401b8da3a5dc5d2368b (diff)
CMake: remove "res_ninit" feature and collapse to just "libresolv"
Testing for "res_ninit" when WrapResolv.cmake has already checked for far more complex functions was pointless. Instead, just accept the library that was found by find_package() as good enough and rename the feature as "libresolv". Amends 4a46ba1209907796f4a14f6feb35ed4d70155d7d and 68b625901f9eb7c34e3d7aa302e1c0a454d3190b. Change-Id: Ib5ce7a497e034ebabb2cfffd1762c0afa2fac6e0 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/network/kernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/kernel/CMakeLists.txt b/tests/auto/network/kernel/CMakeLists.txt
index f5760c9b0b..52928e7aa1 100644
--- a/tests/auto/network/kernel/CMakeLists.txt
+++ b/tests/auto/network/kernel/CMakeLists.txt
@@ -1,7 +1,7 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-if(WIN32 OR TEST_res_ninit)
+if(QT_FEATURE_qdnslookup)
add_subdirectory(qdnslookup)
add_subdirectory(qdnslookup_appless)
endif()