build: If both Qt4 and Qt5 are installed, use Qt5

If both Qt4 and Qt5 development headers are installed, use Qt5. Building
against Qt5 should be encouraged as that is where active development
happens.
This commit is contained in:
Wladimir J. van der Laan
2015-11-04 12:00:39 +01:00
parent 29c3c43e19
commit dbacc69b4f
3 changed files with 3 additions and 3 deletions

View File

@@ -538,7 +538,7 @@ fi
BITCOIN_QT_INIT
dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
BITCOIN_QT_CONFIGURE([$use_pkgconfig], [qt4])
BITCOIN_QT_CONFIGURE([$use_pkgconfig], [qt5])
if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests = xnononono; then
use_boost=no