From d7d57c684d6e255e49579cdd3c57de65f248bc93 Mon Sep 17 00:00:00 2001 From: Sarah Smith Date: Tue, 6 Dec 2011 13:44:24 +1000 Subject: Remove qtscript dependency. Change-Id: I6780c7a17bab5b10ef3b979d00fce741d75427a3 Reviewed-by: Patrick Burke --- README | 4 ++-- sync.profile | 1 - 2 files changed, 2 insertions(+), 3 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 \ - --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 diff --git a/sync.profile b/sync.profile index 6063bd954..700673bf4 100644 --- a/sync.profile +++ b/sync.profile @@ -26,7 +26,6 @@ # %dependencies = ( "qtbase" => "refs/heads/master", - "qtscript" => "refs/heads/master", "qtsvg" => "refs/heads/master", "qtxmlpatterns" => "refs/heads/master", "qtdeclarative" => "refs/heads/master", -- cgit v1.2.3