mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Revise usage of BOOST_NO_CXX11_RVALUE_REFERENCES
Now the flag will be present when building with boost version <= 1.59. Closes #8990.
This commit is contained in:
parent
4100282673
commit
8be949fec3
4 changed files with 47 additions and 1 deletions
|
@ -4,7 +4,6 @@ CONFIG += qt thread silent
|
|||
|
||||
# C++11 support
|
||||
CONFIG += c++11
|
||||
DEFINES += BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||
|
||||
# Platform specific configuration
|
||||
win32: include(../winconf.pri)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue