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

@ -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: