mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove the condition for system proxies support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
015d7ff1c3
commit
ccdabe7fe5
2 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue