2020-12-09 13:59:40 +00:00
|
|
|
# Generated from kernel.pro.
|
|
|
|
|
2019-07-24 11:03:33 +00:00
|
|
|
add_subdirectory(qdnslookup)
|
|
|
|
add_subdirectory(qdnslookup_appless)
|
2020-12-09 13:59:40 +00:00
|
|
|
add_subdirectory(qnetworkproxyfactory)
|
|
|
|
add_subdirectory(qnetworkproxy)
|
2019-07-24 11:03:33 +00:00
|
|
|
add_subdirectory(qnetworkinterface)
|
|
|
|
add_subdirectory(qnetworkdatagram)
|
|
|
|
add_subdirectory(qnetworkaddressentry)
|
|
|
|
add_subdirectory(qhostaddress)
|
2020-12-09 13:59:40 +00:00
|
|
|
if(QT_FEATURE_private_tests AND NOT MACOS)
|
|
|
|
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()
|