Remove qtandroidextras submodule

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

Task-number: QTBUG-84382
Pick-to: dev
Change-Id: Ib95fa4c759c1135b7e0cde9b54ddd334a2f7d382
Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
Assam Boudjelthia
2021-06-07 10:49:36 +03:00
parent b90fef29dc
commit a0f6a60fb7
2 changed files with 2 additions and 9 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 = 6.2
@@ -158,12 +158,6 @@
url = ../qtserialport.git
branch = 6.2
status = addon
[submodule "qtandroidextras"]
depends = qtbase
path = qtandroidextras
url = ../qtandroidextras.git
branch = 6.2
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 = 6.2

Submodule qtandroidextras deleted from ab832d5597