mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Merge branch 'dev' into stable
Conflicts: qtjsbackend
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
2
qlalr
Submodule qlalr updated: d7064c2c7d...a803a5c214
7
qt.pro
7
qt.pro
@@ -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
2
qt3d
Submodule qt3d updated: 6b8ee028ac...9a4f9f3eca
Submodule qtactiveqt updated: 356b272b7a...b29d07c554
Submodule qtconnectivity updated: fee6b50154...ac2edceb02
Submodule qtdocgallery updated: f3fa41d4a9...870b170354
Submodule qtfeedback updated: 0d85e95a06...dea0da7265
Submodule qtgraphicaleffects updated: 9e21979e13...11c2286fcb
Submodule qtimageformats updated: 9baeb56cea...82b7b9d3dc
Submodule qtjsbackend deleted from a48ae1d629
2
qtjsondb
2
qtjsondb
Submodule qtjsondb updated: 3b693a54e5...4497f2a754
Submodule qtlocation updated: fd330db9e5...e0256ec275
Submodule qtmacextras updated: e537fadafa...1ef71fcdb1
2
qtpim
2
qtpim
Submodule qtpim updated: 099111a9fb...902c55a228
2
qtsvg
2
qtsvg
Submodule qtsvg updated: cfd6618b3b...bfda474003
Submodule qtsystems updated: 620592b4bc...5084080c62
Submodule qtwayland updated: 7334963a79...af551d0e4f
Submodule qtwebkit-examples updated: 5105e9dbc9...ca7d7a458b
Submodule qtwinextras updated: 447815121b...0eade30f37
Submodule qtx11extras updated: f0a5def272...8aaf6a3070
Submodule qtxmlpatterns updated: 409655f345...e925560b37
Reference in New Issue
Block a user