Add new qtandroidextras repository

Also adding it as part of the default modules.

Change-Id: I899ba6eec9ba6ab7103ecc6dba5245da16e01a32
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
Sergio Ahumada
2013-09-23 12:51:56 +02:00
parent f3636c9757
commit 0d22f2d30d
4 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -97,3 +97,6 @@
[submodule "qtwinextras"]
path = qtwinextras
url = ../qtwinextras.git
[submodule "qtandroidextras"]
path = qtandroidextras
url = ../qtandroidextras.git

View File

@@ -202,6 +202,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
qt5
qlalr
qtactiveqt
qtandroidextras
qtbase
qtconnectivity
qtdeclarative
@@ -236,6 +237,7 @@ my %GERRIT_REPOS = map { $_ => "qt/$_" } qw(
my @DEFAULT_REPOS = qw(
qtactiveqt
qtandroidextras
qtbase
qtconnectivity
qtdeclarative

1
qt.pro
View File

@@ -54,6 +54,7 @@ defineTest(addModule) {
# it may not build.
addModule(qtbase)
addModule(qtandroidextras, qtbase)
addModule(qtmacextras, qtbase)
addModule(qtx11extras, qtbase)
addModule(qlalr, qtbase)

1
qtandroidextras Submodule

Submodule qtandroidextras added at 6500083ceb