mirror of https://github.com/qt/qt5.git
README: Don't advocate configure option -nokia-developer
Advocating -nokia-developer for any 'developer-build' sounds wrong. Instead use -developer-build . Change-Id: I8b93bc1222fd2754f8ed120d3bd856a4cd38f88c Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
parent
7e6d0a3423
commit
24faf4a3c6
5
README
5
README
|
@ -69,9 +69,10 @@ HOW TO BUILD QT5
|
|||
./configure -prefix $PWD/qtbase -opensource -confirm-license
|
||||
make -j4
|
||||
|
||||
Example for a developer build: (enables more autotests)
|
||||
Example for a developer build:
|
||||
(enables more autotests, builds debug version of libraries, ...)
|
||||
|
||||
./configure -nokia-developer
|
||||
./configure -developer-build -opensource -confirm-license
|
||||
make -j4
|
||||
|
||||
See output of `./configure -help' for documentation on various options to
|
||||
|
|
Loading…
Reference in New Issue