From 4af4672525f698c7b491023fcd36a17a4e982070 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Mon, 10 Aug 2020 01:19:54 +0300 Subject: build, qt: Add Qt version checking --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 2381c5dd08..9aec861689 100644 --- a/configure.ac +++ b/configure.ac @@ -1134,7 +1134,7 @@ else BITCOIN_QT_INIT dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus - BITCOIN_QT_CONFIGURE + BITCOIN_QT_CONFIGURE([5.5.1]) fi if test x$enable_wallet != xno; then -- cgit v1.2.3