mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Update definition of QBT_USES_QT5 to be true for qt >= 5.2.0
This commit is contained in:
parent
4078fc5e2d
commit
d71a18b945
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ CONFIG += qt thread silent
|
||||||
# C++11 support
|
# C++11 support
|
||||||
CONFIG += c++11
|
CONFIG += c++11
|
||||||
DEFINES += BOOST_NO_CXX11_RVALUE_REFERENCES
|
DEFINES += BOOST_NO_CXX11_RVALUE_REFERENCES
|
||||||
greaterThan(QT_MAJOR_VERSION, 4): DEFINES += QBT_USES_QT5
|
greaterThan(QT_MAJOR_VERSION, 4): greaterThan(QT_MINOR_VERSION, 1): DEFINES += QBT_USES_QT5
|
||||||
|
|
||||||
# Windows specific configuration
|
# Windows specific configuration
|
||||||
win32: include(../winconf.pri)
|
win32: include(../winconf.pri)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue