mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Remove obsolete Boost configurations.
This commit is contained in:
parent
0209a9f41d
commit
8f1f57afe4
@ -33,11 +33,7 @@
|
||||
#include <QString>
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION < 103500
|
||||
#include <libtorrent/asio/ip/tcp.hpp>
|
||||
#else
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#endif
|
||||
|
||||
#include "reverseresolution.h"
|
||||
|
||||
|
@ -51,10 +51,6 @@ DEFINES += QT_NO_CAST_TO_ASCII
|
||||
# Fast concatenation (Qt >= 4.6)
|
||||
DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
|
||||
|
||||
# Fixes compilation with Boost >= v1.46 where boost
|
||||
# filesystem v3 is the default.
|
||||
DEFINES += BOOST_FILESYSTEM_VERSION=2
|
||||
|
||||
win32: DEFINES += NOMINMAX
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
|
Loading…
Reference in New Issue
Block a user