2019-07-24 11:03:33 +00:00
|
|
|
add_subdirectory(qdnslookup)
|
|
|
|
add_subdirectory(qdnslookup_appless)
|
|
|
|
add_subdirectory(qnetworkinterface)
|
|
|
|
add_subdirectory(qnetworkdatagram)
|
|
|
|
add_subdirectory(qnetworkaddressentry)
|
|
|
|
add_subdirectory(qhostaddress)
|
|
|
|
|
|
|
|
if(QT_FEATURE_private_tests)
|
|
|
|
add_subdirectory(qauthenticator)
|
|
|
|
|
2020-03-16 12:36:47 +00:00
|
|
|
if(NOT MACOS)
|
2019-07-24 11:03:33 +00:00
|
|
|
add_subdirectory(qhostinfo)
|
|
|
|
endif()
|
|
|
|
endif()
|