diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-11-14 01:32:51 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2018-11-14 01:32:51 +0200 |
commit | 2bc3f114d09a9798d166896b0145b69c5ed2d41e (patch) | |
tree | 750f514672f249a19ca103b0971572a6c6f3b190 /build-aux/m4/bitcoin_qt.m4 | |
parent | 8c59bb85f9798429fb1372b8e83378d292888286 (diff) |
Bump the minimum Qt version to 5.2
Diffstat (limited to 'build-aux/m4/bitcoin_qt.m4')
-rw-r--r-- | build-aux/m4/bitcoin_qt.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/m4/bitcoin_qt.m4 b/build-aux/m4/bitcoin_qt.m4 index 05df8621d2..90a2cd9875 100644 --- a/build-aux/m4/bitcoin_qt.m4 +++ b/build-aux/m4/bitcoin_qt.m4 @@ -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 ]])], |