Don't include qnetworkproxy_generic.cpp for iOS

We already have the necessary machinery in qnetworkproxy_darwin.cpp

Pick-to: 6.5
Change-Id: I01d99c825ed794f1ff5ba229e64f9963b819228c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Tor Arne Vestbø 2023-02-01 11:28:29 +01:00
parent bd5589de65
commit ffd6a4264b
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ qt_internal_extend_target(Network CONDITION ANDROID # special case
kernel/qnetworkproxy_android.cpp
)
qt_internal_extend_target(Network CONDITION UNIX AND NOT ANDROID AND NOT MACOS AND NOT QT_FEATURE_libproxy AND (UNIX OR WINRT) # special case
qt_internal_extend_target(Network CONDITION UNIX AND NOT ANDROID AND NOT APPLE AND NOT QT_FEATURE_libproxy AND (UNIX OR WINRT) # special case
SOURCES
kernel/qnetworkproxy_generic.cpp
)