Don't include qnetworkproxy_generic.cpp for iOS

We already have the necessary machinery in qnetworkproxy_darwin.cpp

Change-Id: I01d99c825ed794f1ff5ba229e64f9963b819228c
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit ffd6a4264b43b651cf8038b94b849086645ed8c2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2023-02-01 11:28:29 +01:00 committed by Qt Cherry-pick Bot
parent 8f6b9f1d3e
commit ce955d1907

View File

@ -271,7 +271,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
)