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],[
50
50
dnl enable qt support
51
51
AC_ARG_WITH ( [ gui] ,
52
52
[ 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)] ) ] ,
54
54
[
55
55
bitcoin_qt_want_version=$withval
56
56
if test x$bitcoin_qt_want_version = xyes; then
Original file line number Diff line number Diff line change 538
538
BITCOIN_QT_INIT
539
539
540
540
dnl 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 ] )
542
542
543
543
if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests = xnononono; then
544
544
use_boost=no
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Dependencies for the GUI: Ubuntu & Debian
100
100
101
101
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
102
102
are 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 .
104
104
To build without GUI pass ` --without-gui ` .
105
105
106
106
To build with Qt 5 (recommended) you need the following:
You can’t perform that action at this time.
0 commit comments