aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-03 12:16:37 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-03 17:19:40 +0100
commit24faf4a3c6c40a36e8db26504b3fe157a2afa6cd (patch)
tree08666f8b3667e7d049b7df8dfed7b2c2fef32751 /README
parent7e6d0a34233841985fb31e11f112dc97cc47a53f (diff)
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>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README
index 657edfb2..14a3c943 100644
--- a/README
+++ b/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