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:
Kai Koehne 2012-01-03 12:16:37 +01:00 committed by Qt by Nokia
parent 7e6d0a3423
commit 24faf4a3c6
1 changed files with 3 additions and 2 deletions

5
README
View File

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