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:
Frederik Gladhorn
2014-07-22 20:08:31 +02:00
committed by Milian Wolff
parent e073b25926
commit 9677483cdc
5 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -103,3 +103,6 @@
[submodule "qtwebsockets"]
path = qtwebsockets
url = ../qtwebsockets.git
[submodule "qtwebchannel"]
path = qtwebchannel
url = ../qtwebchannel.git

View File

@@ -234,6 +234,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qttools
qttranslations
qtwayland
qtwebchannel
qtwebkit
qtwebkit-examples
qtwebsockets
@@ -265,6 +266,7 @@ my @DEFAULT_REPOS = qw(
qtsvg
qttools
qttranslations
qtwebchannel
qtwebsockets
qtwebkit
qtwebkit-examples

1
qt.pro
View File

@@ -88,6 +88,7 @@ addModule(qtdocgallery, qtdeclarative, qtjsondb)
addModule(qtserialport, qtbase)
addModule(qtenginio, qtdeclarative)
addModule(qtwebsockets, qtbase, qtdeclarative)
addModule(qtwebchannel, qtbase, qtdeclarative qtwebsockets)
addModule(qttranslations, qttools)
addModule(qtdoc, qtdeclarative)
addModule(qtqa, qtbase)

1
qtwebchannel Submodule

Submodule qtwebchannel added at c18879b89f