Remove obsolete Boost configurations.

This commit is contained in:
sledgehammer999 2015-07-30 01:51:55 +03:00
parent 982d4a685a
commit baab8ddf75
2 changed files with 0 additions and 8 deletions

View file

@ -38,11 +38,7 @@
#include "misc.h"
#include <boost/version.hpp>
#if BOOST_VERSION < 103500
#include <libtorrent/asio/ip/tcp.hpp>
#else
#include <boost/asio/ip/tcp.hpp>
#endif
const int CACHE_SIZE = 500;

View file

@ -50,10 +50,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
include(app/app.pri)