summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2011-12-06 13:44:24 +1000
committerQt by Nokia <qt-info@nokia.com>2011-12-06 05:17:28 +0100
commitd7d57c684d6e255e49579cdd3c57de65f248bc93 (patch)
tree7cd310152b3a4654f3f3fd8074031094a8e19b72 /README
parent7da64300c79871edce7487fd02cccb6f31dd3ef9 (diff)
Remove qtscript dependency.
Change-Id: I6780c7a17bab5b10ef3b979d00fce741d75427a3 Reviewed-by: Patrick Burke <patrick.burke@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7f3a86f9e..6142cfa7d 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ First fetch the Qt5 source tree and QtQuick3D qml2 branch:
git clone ssh://codereview.qt-project.org:29418/qt/qt5.git
cd qt5
./init-repository --codereview-username <username> \
- --module-subset=qtbase,qtsvg,qtdeclarative,qtscript,qttools,qtxmlpatterns,qtdoc,qlalr,qtrepotools,qtqa,qtlocation,qtquick3d
+ --module-subset=qtbase,qtsvg,qtdeclarative,qttools,qtxmlpatterns,qtdoc,qlalr,qtrepotools,qtqa,qtlocation,qtquick3d
git submodule foreach "git fetch gerrit && git reset --hard gerrit/master"
cd qtquick3d
scp -p -P 29418 codereview.qt-project.org:hooks/commit-msg .git/hooks/
@@ -36,7 +36,7 @@ Now build Qt5, which will also build QtQuick3D as a module:
mkdir qt5
cd qt5
~/depot/qt5/configure -nokia-developer -no-webkit -no-phonon -nomake tests \
- -nomake demos -nomake examples -declarative -opengl -script -svg && make -j 4
+ -nomake demos -nomake examples -declarative -opengl -svg && make -j 4
Whats in QtQuick3D