Merge branch 'dev' into stable

Conflicts:
	qtjsbackend
This commit is contained in:
Sergio Ahumada
2013-09-23 12:24:59 +02:00
23 changed files with 25 additions and 29 deletions

3
.gitmodules vendored
View File

@@ -73,9 +73,6 @@
[submodule "qt3d"]
path = qt3d
url = ../qt3d.git
[submodule "qtjsbackend"]
path = qtjsbackend
url = ../qtjsbackend.git
[submodule "qtimageformats"]
path = qtimageformats
url = ../qtimageformats.git

View File

@@ -211,7 +211,6 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtgraphicaleffects
qtimageformats
qtjsondb
qtjsbackend
qtlocation
qtmacextras
qtmultimedia
@@ -238,15 +237,16 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
my @DEFAULT_REPOS = qw(
qtactiveqt
qtbase
qtconnectivity
qtdeclarative
qtdoc
qtgraphicaleffects
qtimageformats
qtjsbackend
qtmultimedia
qtqa
qtquick1
qtquickcontrols
qtlocation
qtrepotools
qtscript
qtsensors
@@ -256,6 +256,7 @@ my @DEFAULT_REPOS = qw(
qttranslations
qtwebkit
qtwebkit-examples
qtwinextras
qtx11extras
qtxmlpatterns
);

2
qlalr

Submodule qlalr updated: d7064c2c7d...a803a5c214

7
qt.pro
View File

@@ -59,16 +59,15 @@ addModule(qtx11extras, qtbase)
addModule(qlalr, qtbase)
addModule(qtsvg, qtbase)
addModule(qtxmlpatterns, qtbase)
addModule(qtjsbackend, qtbase)
addModule(qtdeclarative, qtjsbackend, qtsvg qtxmlpatterns)
addModule(qtdeclarative, qtbase, qtsvg qtxmlpatterns)
addModule(qtwinextras, qtbase, qtdeclarative)
addModule(qtquickcontrols, qtdeclarative)
addModule(qtmultimedia, qtdeclarative)
addModule(qtactiveqt, qtbase)
addModule(qt3d, qtdeclarative)
addModule(qtjsondb, qtdeclarative)
addModule(qtsystems, qtbase, qtdeclarative qtjsondb)
addModule(qtlocation, qtbase, qt3d qtjsondb qtsystems qtmultimedia)
addModule(qtsystems, qtbase, qtdeclarative)
addModule(qtlocation, qtbase, qt3d qtsystems qtmultimedia)
addModule(qtsensors, qtbase, qtdeclarative)
addModule(qtconnectivity, qtsystems)
addModule(qtfeedback, qtdeclarative, qtmultimedia)

2
qt3d

Submodule qt3d updated: 6b8ee028ac...9a4f9f3eca

Submodule qtjsbackend deleted from a48ae1d629

2
qtpim

Submodule qtpim updated: 099111a9fb...902c55a228

2
qtsvg

Submodule qtsvg updated: cfd6618b3b...bfda474003