From 24faf4a3c6c40a36e8db26504b3fe157a2afa6cd Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 3 Jan 2012 12:16:37 +0100 Subject: 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 Reviewed-by: Sergio Ahumada Reviewed-by: Lars Knoll --- README | 5 +++-- 1 file 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 -- cgit v1.2.3