Add comment for new libtorrent build flag

Upstream change:
66def89089
This commit is contained in:
Chocobo1 2022-01-13 16:33:59 +08:00
parent dca69f053a
commit d6dce1efe9
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -37,6 +37,8 @@ DEFINES += BOOST_ALL_NO_LIB
# Use one of the following options # Use one of the following options
DEFINES += BOOST_SYSTEM_STATIC_LINK DEFINES += BOOST_SYSTEM_STATIC_LINK
#DEFINES += BOOST_SYSTEM_DYN_LINK #DEFINES += BOOST_SYSTEM_DYN_LINK
# Enable it if compiling with libtorrent 3.x
#DEFINES += BOOST_SYSTEM_USE_UTF8
# Enable if libtorrent was built with this flag defined # Enable if libtorrent was built with this flag defined
#DEFINES += TORRENT_NO_DEPRECATE #DEFINES += TORRENT_NO_DEPRECATE