mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 03:26:15 +08:00
Add qtwebchannel as submodule
This also updates the qtwebsockets revision since that's needed to compile. Change-Id: I9f3564c78d08abdca73ce395f31b3031a829e502 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
This commit is contained in:
committed by
Milian Wolff
parent
e073b25926
commit
9677483cdc
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -103,3 +103,6 @@
|
|||||||
[submodule "qtwebsockets"]
|
[submodule "qtwebsockets"]
|
||||||
path = qtwebsockets
|
path = qtwebsockets
|
||||||
url = ../qtwebsockets.git
|
url = ../qtwebsockets.git
|
||||||
|
[submodule "qtwebchannel"]
|
||||||
|
path = qtwebchannel
|
||||||
|
url = ../qtwebchannel.git
|
||||||
|
|||||||
@@ -234,6 +234,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
|
|||||||
qttools
|
qttools
|
||||||
qttranslations
|
qttranslations
|
||||||
qtwayland
|
qtwayland
|
||||||
|
qtwebchannel
|
||||||
qtwebkit
|
qtwebkit
|
||||||
qtwebkit-examples
|
qtwebkit-examples
|
||||||
qtwebsockets
|
qtwebsockets
|
||||||
@@ -265,6 +266,7 @@ my @DEFAULT_REPOS = qw(
|
|||||||
qtsvg
|
qtsvg
|
||||||
qttools
|
qttools
|
||||||
qttranslations
|
qttranslations
|
||||||
|
qtwebchannel
|
||||||
qtwebsockets
|
qtwebsockets
|
||||||
qtwebkit
|
qtwebkit
|
||||||
qtwebkit-examples
|
qtwebkit-examples
|
||||||
|
|||||||
1
qt.pro
1
qt.pro
@@ -88,6 +88,7 @@ addModule(qtdocgallery, qtdeclarative, qtjsondb)
|
|||||||
addModule(qtserialport, qtbase)
|
addModule(qtserialport, qtbase)
|
||||||
addModule(qtenginio, qtdeclarative)
|
addModule(qtenginio, qtdeclarative)
|
||||||
addModule(qtwebsockets, qtbase, qtdeclarative)
|
addModule(qtwebsockets, qtbase, qtdeclarative)
|
||||||
|
addModule(qtwebchannel, qtbase, qtdeclarative qtwebsockets)
|
||||||
addModule(qttranslations, qttools)
|
addModule(qttranslations, qttools)
|
||||||
addModule(qtdoc, qtdeclarative)
|
addModule(qtdoc, qtdeclarative)
|
||||||
addModule(qtqa, qtbase)
|
addModule(qtqa, qtbase)
|
||||||
|
|||||||
1
qtwebchannel
Submodule
1
qtwebchannel
Submodule
Submodule qtwebchannel added at c18879b89f
Submodule qtwebsockets updated: 389547b491...03933809bb
Reference in New Issue
Block a user