Fix special cases in network

Change-Id: I66cc33afe3bfdf4e86dfeb0b341770355f59c0da
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Alexandru Croitor 2019-05-04 15:13:46 +02:00
parent 380f1eb92f
commit f26a156dd3

View File

@ -152,11 +152,13 @@ extend_target(Network CONDITION UNIX
${CMAKE_DL_LIBS}
)
# special case: Do not add this to android!
# special case begin
# Do not add this to android!
extend_target(Network CONDITION QT_FEATURE_dnslookup AND UNIX AND NOT INTEGRITY AND NOT ANDROID
SOURCES
kernel/qdnslookup_unix.cpp
)
# special case end
extend_target(Network CONDITION QT_FEATURE_linux_netlink AND UNIX
SOURCES