diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-13 17:02:49 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-06-13 18:15:47 +0200 |
commit | bad068ad9f4bc60bfc10e27d4ffaec92d7df8491 (patch) | |
tree | a4a7735630c406fe0cb5a1d19a4bac6745408607 /configure.ac | |
parent | 8eb76f3958e3e2af7a2fb7a14017d478c44ac484 (diff) |
build: Build system changes to support only Qt5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 926d0b8d00..027e429140 100644 --- a/configure.ac +++ b/configure.ac @@ -837,7 +837,7 @@ fi BITCOIN_QT_INIT dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus -BITCOIN_QT_CONFIGURE([$use_pkgconfig], [qt5]) +BITCOIN_QT_CONFIGURE([$use_pkgconfig]) if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests$use_bench = xnonononono; then use_boost=no @@ -1422,7 +1422,6 @@ echo "Options used to compile and link:" echo " with wallet = $enable_wallet" echo " with gui / qt = $bitcoin_enable_qt" if test x$bitcoin_enable_qt != xno; then - echo " qt version = $bitcoin_qt_got_major_vers" echo " with qr = $use_qr" fi echo " with zmq = $use_zmq" |