Add qtwebsockets as submodule

This just adds the module, it doesn't yet make it part of Qt 5.3
or anything like that

Change-Id: Icd42c4d2366e31298758a6ef82924bfb64a9f814
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
Frederik Gladhorn
2013-10-24 12:30:47 +02:00
committed by The Qt Project
parent b2385231c4
commit a7dc6fd595
4 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

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

View File

@@ -231,6 +231,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qtwayland
qtwebkit
qtwebkit-examples
qtwebsockets
qtwinextras
qtx11extras
qtxmlpatterns
@@ -258,6 +259,7 @@ my @DEFAULT_REPOS = qw(
qtsvg
qttools
qttranslations
qtwebsockets
qtwebkit
qtwebkit-examples
qtwinextras

1
qt.pro
View File

@@ -88,6 +88,7 @@ addModule(qtdocgallery, qtdeclarative, qtjsondb)
!win32:!mac:addModule(qtwayland, qtbase, qtdeclarative)
addModule(qtserialport, qtbase)
addModule(qtenginio, qtdeclarative)
addModule(qtwebsockets, qtbase, qtdeclarative)
addModule(qttranslations, qttools)
addModule(qtdoc, qtdeclarative)
addModule(qtqa, qtbase)

1
qtwebsockets Submodule

Submodule qtwebsockets added at 1edb9b0d43