remove the condition for system proxies support

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-11-25 22:54:08 +00:00
parent 015d7ff1c3
commit ccdabe7fe5
2 changed files with 0 additions and 3 deletions

View file

@ -339,7 +339,6 @@ set_package_properties(Unwind PROPERTIES
add_definitions(
# these conditionals are probably going to become default in the future
-DQT_POSIX_IPC
-DQT_USE_SYSTEM_PROXIES
# -DQT_STRICT_ITERATORS
# -DQT_ASCII_CAST_WARNINGS
# maybe one day, this forces it onto other projects which (most likely)

View file

@ -241,9 +241,7 @@ public:
, httpSocketEngineHandler(0)
#endif
{
#ifdef QT_USE_SYSTEM_PROXIES
setApplicationProxyFactory(new QSystemConfigurationProxyFactory);
#endif
#ifndef QT_NO_SOCKS5
socks5SocketEngineHandler = new QSocks5SocketEngineHandler();
#endif