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>
This commit is contained in:
parent
d524f0a756
commit
0ce51dee0e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user