Skip to content

Commit

Permalink
Update definition of QBT_USES_QT5 to be true for qt >= 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgehammer999 committed May 8, 2016
1 parent 9c5a5fc commit 35c51ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONFIG += qt thread silent
# C++11 support
CONFIG += c++11
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
win32: include(../winconf.pri)
Expand Down

0 comments on commit 35c51ad

Please sign in to comment.