summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2023-08-15 00:24:53 +0300
committerThiago Macieira <thiago.macieira@intel.com>2023-09-04 14:17:12 -0700
commit0ce51dee0e3c0d0e49c2ad211bdbbed03003d3a4 (patch)
treefca2c82afca2ade8c5571d5f2081c719525d6b35 /tests/auto/network/kernel
parentd524f0a75632d8603e32b3ee7fe02138ff8343d1 (diff)
tst_QDnsLookup: fix typo in CMakeListst.txt
There was an extra `q` before dnslookup. Found while trying to build tst_qdnslookup, the target wasn't seen by CMake/Ninja. Pick-to: 6.6 Change-Id: Id594aab30dc9081fc269541561e0f2db5e615657 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'tests/auto/network/kernel')
-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 52928e7aa1..b42a9724b3 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(QT_FEATURE_qdnslookup)
+if(QT_FEATURE_dnslookup AND (QT_FEATURE_libresolv OR WIN32))
add_subdirectory(qdnslookup)
add_subdirectory(qdnslookup_appless)
endif()