mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
code formatting
This commit is contained in:
parent
5958585e3a
commit
b779330163
1 changed files with 5 additions and 1 deletions
|
@ -18,7 +18,7 @@ LIBS += $$quote(-LC:/qBittorrent/Zlib/lib)
|
||||||
# Point this to the openssl lib folder
|
# Point this to the openssl lib folder
|
||||||
LIBS += $$quote(-LC:/qBittorrent/openssl/lib)
|
LIBS += $$quote(-LC:/qBittorrent/openssl/lib)
|
||||||
|
|
||||||
# LIBTORRENT DEFINES
|
# BOOST DEFINES
|
||||||
DEFINES += BOOST_ALL_NO_LIB
|
DEFINES += BOOST_ALL_NO_LIB
|
||||||
DEFINES += BOOST_ASIO_HASH_MAP_BUCKETS=1021
|
DEFINES += BOOST_ASIO_HASH_MAP_BUCKETS=1021
|
||||||
DEFINES += BOOST_ASIO_SEPARATE_COMPILATION
|
DEFINES += BOOST_ASIO_SEPARATE_COMPILATION
|
||||||
|
@ -29,9 +29,13 @@ DEFINES += BOOST_ASIO_DISABLE_CONNECTEX
|
||||||
DEFINES += BOOST_USE_WINAPI_VERSION=0x0501
|
DEFINES += BOOST_USE_WINAPI_VERSION=0x0501
|
||||||
DEFINES += BOOST_EXCEPTION_DISABLE
|
DEFINES += BOOST_EXCEPTION_DISABLE
|
||||||
DEFINES += BOOST_SYSTEM_STATIC_LINK=1
|
DEFINES += BOOST_SYSTEM_STATIC_LINK=1
|
||||||
|
|
||||||
|
# LIBTORRENT DEFINES
|
||||||
DEFINES += TORRENT_USE_OPENSSL
|
DEFINES += TORRENT_USE_OPENSSL
|
||||||
DEFINES += TORRENT_DISABLE_GEO_IP
|
DEFINES += TORRENT_DISABLE_GEO_IP
|
||||||
DEFINES += TORRENT_DISABLE_RESOLVE_COUNTRIES
|
DEFINES += TORRENT_DISABLE_RESOLVE_COUNTRIES
|
||||||
|
|
||||||
|
# QBT DEFINES
|
||||||
DEFINES += UNICODE
|
DEFINES += UNICODE
|
||||||
DEFINES += _UNICODE
|
DEFINES += _UNICODE
|
||||||
DEFINES += WIN32
|
DEFINES += WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue