summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2012-01-03 17:16:28 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-12 02:36:49 +0100
commit0ffc545249bd14df181b9e5d1367c314b95464de (patch)
tree9db93cba6ff21e2ad411b05b19aecc0e84e9577c /README
parent1ae42092574594f4cbd08368e64b78dfbae0b443 (diff)
README: Remove reference to -nokia-developer
The configure option will soon be gone. Change-Id: Ia7c683c5a750401702fa74f3d4215b3a2a021f4d Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 6142cfa7d..1b91ff9cf 100644
--- a/README
+++ b/README
@@ -35,8 +35,8 @@ Now build Qt5, which will also build QtQuick3D as a module:
cd ~/build
mkdir qt5
cd qt5
- ~/depot/qt5/configure -nokia-developer -no-webkit -no-phonon -nomake tests \
- -nomake demos -nomake examples -declarative -opengl -svg && make -j 4
+ ~/depot/qt5/configure -developer-build -opensource -confirm-license -no-webkit -no-phonon -nomake tests \
+ -nomake examples -declarative -opengl -svg && make -j 4
Whats in QtQuick3D