Remove qtandroidextras submodule

Remove qtandroidextras from the submodules list of qt5 since it's
not part of Qt 6.

Task-number: QTBUG-84382
Change-Id: I2f9b5a576781b5d45e563dfda7830c17996685a5
Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
This commit is contained in:
Assam Boudjelthia
2021-06-07 10:49:36 +03:00
committed by Daniel Smith
parent 53ff4f00bd
commit 912fdda4a4
3 changed files with 3 additions and 10 deletions

10
.gitmodules vendored
View File

@@ -107,7 +107,7 @@
status = ignore
[submodule "qtconnectivity"]
depends = qtbase
recommends = qtdeclarative qtandroidextras
recommends = qtdeclarative
path = qtconnectivity
url = ../qtconnectivity.git
branch = dev
@@ -158,12 +158,6 @@
url = ../qtserialport.git
branch = dev
status = addon
[submodule "qtandroidextras"]
depends = qtbase
path = qtandroidextras
url = ../qtandroidextras.git
branch = dev
status = addon
[submodule "qtwebsockets"]
depends = qtbase
recommends = qtdeclarative
@@ -208,7 +202,7 @@
status = essential
[submodule "qtpurchasing"]
depends = qtbase
recommends = qtdeclarative qtandroidextras
recommends = qtdeclarative
path = qtpurchasing
url = ../qtpurchasing.git
branch = dev

Submodule qtandroidextras deleted from ede82024b0