Merge remote-tracking branch 'gerrit/dev' into stable

Change-Id: I7e15ecc9ce71063757677e5c8b07e3c0167c857c
This commit is contained in:
Oswald Buddenhagen 2014-02-19 16:13:02 +01:00
commit a3152cb8f1
4 changed files with 11 additions and 1 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

6
qt.pro
View File

@ -54,6 +54,9 @@ defineTest(addModule) {
# users responsibility to ensure that all needed dependencies exist, or
# it may not build.
ANDROID_EXTRAS =
android: ANDROID_EXTRAS = qtandroidextras
addModule(qtbase)
addModule(qtandroidextras, qtbase)
addModule(qtmacextras, qtbase)
@ -71,7 +74,7 @@ addModule(qtjsondb, qtdeclarative)
addModule(qtsystems, qtbase, qtdeclarative)
addModule(qtlocation, qtbase, qt3d qtsystems qtmultimedia)
addModule(qtsensors, qtbase, qtdeclarative)
addModule(qtconnectivity, qtbase, qtdeclarative)
addModule(qtconnectivity, qtbase $$ANDROID_EXTRAS, qtdeclarative)
addModule(qtfeedback, qtdeclarative, qtmultimedia)
addModule(qtpim, qtdeclarative, qtjsondb)
addModule(qtwebkit, qtdeclarative, qtlocation qtmultimedia qtsensors, WebKit.pro)
@ -85,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

@ -0,0 +1 @@
Subproject commit 1edb9b0d43d9ad688fb21f93f04922ab4542f760