File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ AC_DEFUN([BITCOIN_QT_INIT],[
5050 dnl enable qt support
5151 AC_ARG_WITH ( [ gui] ,
5252 [ AS_HELP_STRING ( [ --with-gui@<:@ =no|qt4|qt5|auto@:>@ ] ,
53- [ build bitcoin-qt GUI (default=auto, qt4 tried first)] ) ] ,
53+ [ build bitcoin-qt GUI (default=auto, qt5 tried first)] ) ] ,
5454 [
5555 bitcoin_qt_want_version=$withval
5656 if test x$bitcoin_qt_want_version = xyes; then
Original file line number Diff line number Diff line change 538538BITCOIN_QT_INIT
539539
540540dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
541- BITCOIN_QT_CONFIGURE([ $use_pkgconfig] , [ qt4 ] )
541+ BITCOIN_QT_CONFIGURE([ $use_pkgconfig] , [ qt5 ] )
542542
543543if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests = xnononono; then
544544 use_boost=no
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Dependencies for the GUI: Ubuntu & Debian
100100
101101If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
102102are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
103- If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass ` --with-gui=qt5 ` to configure to choose Qt5 .
103+ If both Qt 4 and Qt 5 are installed, Qt 5 will be used. Pass ` --with-gui=qt4 ` to configure to choose Qt4 .
104104To build without GUI pass ` --without-gui ` .
105105
106106To build with Qt 5 (recommended) you need the following:
You can’t perform that action at this time.
0 commit comments