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"] [submodule "qt3d"]
path = qt3d path = qt3d
url = ../qt3d.git url = ../qt3d.git
[submodule "qtjsbackend"]
path = qtjsbackend
url = ../qtjsbackend.git
[submodule "qtimageformats"] [submodule "qtimageformats"]
path = qtimageformats path = qtimageformats
url = ../qtimageformats.git url = ../qtimageformats.git

View File

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

2
qlalr

Submodule qlalr updated: d7064c2c7d...a803a5c214

7
qt.pro
View File

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