aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-04 12:00:39 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-04 16:19:28 +0100
commitdbacc69b4f2e16841556a69f26ef9f6b81100100 (patch)
tree93741fe96e25f7e338a351abdaaac228306ff03b /doc
parent29c3c43e19caf70ad707ecf6c98d879254ea67cc (diff)
downloadbitcoin-dbacc69b4f2e16841556a69f26ef9f6b81100100.tar.xz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 25867e2993..2102bbc830 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -100,7 +100,7 @@ Dependencies for the GUI: Ubuntu & Debian
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
are installed. Either Qt 5 or Qt 4 are necessary to build the GUI.
-If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass `--with-gui=qt5` to configure to choose Qt5.
+If both Qt 4 and Qt 5 are installed, Qt 5 will be used. Pass `--with-gui=qt4` to configure to choose Qt4.
To build without GUI pass `--without-gui`.
To build with Qt 5 (recommended) you need the following: