0c44dd3a33
Both tests in the conditional depend on the qnetworkinterface feature, and will fail to build if qt is configured without the networkinterface feature. Additionally, a missing system header in a test was added. Change-Id: Ife5989ee57675ebe117de2c92a4f96c7125cbab1 Pick-to: 6.3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
22 lines
656 B
CMake
22 lines
656 B
CMake
# Generated from kernel.pro.
|
|
if(NOT INTEGRITY)
|
|
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()
|