Bump the minimum Qt version to 5.2

This commit is contained in:
Hennadii Stepanov
2018-11-14 01:32:51 +02:00
parent 8c59bb85f9
commit 2bc3f114d0
4 changed files with 2 additions and 18 deletions

View File

@@ -276,7 +276,7 @@ AC_DEFUN([_BITCOIN_QT_CHECK_QT5],[
#endif
]],
[[
#if QT_VERSION < 0x050000 || QT_VERSION_MAJOR < 5
#if QT_VERSION < 0x050200 || QT_VERSION_MAJOR < 5
choke
#endif
]])],