mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
Various updates on the Windows configuration file.
This commit is contained in:
parent
1fea2b3d8a
commit
3a99e3b755
1 changed files with 7 additions and 0 deletions
|
@ -22,9 +22,16 @@ LIBS += $$quote(-LC:/qBittorrent/openssl/lib)
|
|||
DEFINES += BOOST_ALL_NO_LIB
|
||||
DEFINES += BOOST_ASIO_HASH_MAP_BUCKETS=1021
|
||||
DEFINES += BOOST_ASIO_SEPARATE_COMPILATION
|
||||
# After 1.55 some Windows users reported regular UI freezes.
|
||||
# This makes ASIO use the pre-1.56 way of doing things. See issue #2003
|
||||
DEFINES += BOOST_ASIO_DISABLE_CONNECTEX
|
||||
# Boost 1.60+ defaults to Vista+ support. The define below enables XP support again.
|
||||
DEFINES += BOOST_USE_WINAPI_VERSION=0x0501
|
||||
DEFINES += BOOST_EXCEPTION_DISABLE
|
||||
DEFINES += BOOST_SYSTEM_STATIC_LINK=1
|
||||
DEFINES += TORRENT_USE_OPENSSL
|
||||
DEFINES += TORRENT_DISABLE_GEO_IP
|
||||
DEFINES += TORRENT_DISABLE_RESOLVE_COUNTRIES
|
||||
DEFINES += UNICODE
|
||||
DEFINES += _UNICODE
|
||||
DEFINES += WIN32
|
||||
|
|
Loading…
Reference in a new issue