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 index 00000000..6500083c --- /dev/null +++ b/qtandroidextras @@ -0,0 +1 @@ +Subproject commit 6500083ceb9c9e63eb5ff544e91aa9d556c6739f