aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rwxr-xr-xinit-repository2
-rw-r--r--qt.pro1
m---------qtandroidextras0
4 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 027a1274..e8c071b9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -97,3 +97,6 @@
[submodule "qtwinextras"]
path = qtwinextras
url = ../qtwinextras.git
+[submodule "qtandroidextras"]
+ path = qtandroidextras
+ url = ../qtandroidextras.git
diff --git a/init-repository b/init-repository
index 8cb38238..819e98f1 100755
--- a/init-repository
+++ b/init-repository
@@ -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
diff --git a/qt.pro b/qt.pro
index 724967dd..5b80d163 100644
--- a/qt.pro
+++ b/qt.pro
@@ -54,6 +54,7 @@ defineTest(addModule) {
# it may not build.
addModule(qtbase)
+addModule(qtandroidextras, qtbase)
addModule(qtmacextras, qtbase)
addModule(qtx11extras, qtbase)
addModule(qlalr, qtbase)
diff --git a/qtandroidextras b/qtandroidextras
new file mode 160000
+Subproject 6500083ceb9c9e63eb5ff544e91aa9d556c6739