diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-05 23:53:46 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-02-05 23:53:46 +0200 |
commit | 956f7322f60db7b8be551c9074b4c633e514079d (patch) | |
tree | 2aa742353f06026ed6396783afd23ce5fd303b0b /configure.ac | |
parent | e22d10b936eb7563b2b6611332d9e4c73a2f59d4 (diff) |
build: Bump minimum Qt version to 5.11.3
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 078e113e95..471cbafeda 100644 --- a/configure.ac +++ b/configure.ac @@ -1289,7 +1289,7 @@ else BITCOIN_QT_INIT dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus - BITCOIN_QT_CONFIGURE([5.9.5]) + BITCOIN_QT_CONFIGURE([5.11.3]) dnl Keep a copy of the original $QT_INCLUDES and use it when invoking qt's moc QT_INCLUDES_UNSUPPRESSED=$QT_INCLUDES |