diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-23 21:34:42 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-23 21:34:42 +0200 |
commit | faa06ecc9c357428f3fa7a8f86b41b1220809951 (patch) | |
tree | ee99c86994e99483782d257e01334e496190604a /configure.ac | |
parent | 2e8116149ca45316e7cdd8ed25ea9a130afd0130 (diff) |
build: Bump minimum Qt version to 5.9.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d99f5dd8ae..239fe13e41 100644 --- a/configure.ac +++ b/configure.ac @@ -1283,7 +1283,7 @@ else BITCOIN_QT_INIT dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus - BITCOIN_QT_CONFIGURE([5.5.1]) + BITCOIN_QT_CONFIGURE([5.9.5]) dnl Keep a copy of the original $QT_INCLUDES and use it when invoking qt's moc QT_INCLUDES_UNSUPPRESSED=$QT_INCLUDES |