2023-10-30 06:33:08 +08:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
2023-11-02 05:23:55 +08:00
|
|
|
if(QT_FEATURE_dnslookup AND (QT_FEATURE_libresolv OR WIN32))
|
2023-10-30 06:33:08 +08:00
|
|
|
add_subdirectory(qdnslookup)
|
|
|
|
add_subdirectory(qdnslookup_appless)
|
|
|
|
endif()
|
|
|
|
if(QT_FEATURE_networkinterface)
|
|
|
|
add_subdirectory(qnetworkproxyfactory)
|
|
|
|
add_subdirectory(qnetworkinterface)
|
|
|
|
endif()
|
|
|
|
add_subdirectory(qnetworkproxy)
|
|
|
|
add_subdirectory(qnetworkdatagram)
|
|
|
|
add_subdirectory(qnetworkaddressentry)
|
|
|
|
add_subdirectory(qhostaddress)
|
|
|
|
if(QT_FEATURE_private_tests AND NOT MACOS AND NOT INTEGRITY)
|
|
|
|
add_subdirectory(qhostinfo)
|
|
|
|
endif()
|
|
|
|
if(QT_FEATURE_private_tests)
|
|
|
|
add_subdirectory(qauthenticator)
|
|
|
|
add_subdirectory(qnetworkinformation)
|
|
|
|
add_subdirectory(qnetworkinformation_appless)
|
|
|
|
endif()
|