Fix special cases in network
Change-Id: I66cc33afe3bfdf4e86dfeb0b341770355f59c0da Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
parent
380f1eb92f
commit
f26a156dd3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user