2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2020-12-09 13:59:40 +00:00
|
|
|
# Generated from kernel.pro.
|
2021-09-06 07:11:06 +00:00
|
|
|
if(NOT INTEGRITY)
|
|
|
|
add_subdirectory(qdnslookup)
|
|
|
|
add_subdirectory(qdnslookup_appless)
|
|
|
|
endif()
|
2022-05-06 17:02:42 +00:00
|
|
|
if(QT_FEATURE_networkinterface)
|
|
|
|
add_subdirectory(qnetworkproxyfactory)
|
|
|
|
add_subdirectory(qnetworkinterface)
|
|
|
|
endif()
|
2020-12-09 13:59:40 +00:00
|
|
|
add_subdirectory(qnetworkproxy)
|
2019-07-24 11:03:33 +00:00
|
|
|
add_subdirectory(qnetworkdatagram)
|
|
|
|
add_subdirectory(qnetworkaddressentry)
|
|
|
|
add_subdirectory(qhostaddress)
|
2021-09-06 07:11:06 +00:00
|
|
|
if(QT_FEATURE_private_tests AND NOT MACOS AND NOT INTEGRITY)
|
2020-12-09 13:59:40 +00:00
|
|
|
add_subdirectory(qhostinfo)
|
|
|
|
endif()
|
2019-07-24 11:03:33 +00:00
|
|
|
if(QT_FEATURE_private_tests)
|
|
|
|
add_subdirectory(qauthenticator)
|
2020-12-18 14:35:20 +00:00
|
|
|
add_subdirectory(qnetworkinformation)
|
2021-04-13 15:01:38 +00:00
|
|
|
add_subdirectory(qnetworkinformation_appless)
|
2019-07-24 11:03:33 +00:00
|
|
|
endif()
|