Remove unnecessary add-ons from .gitmodules

qt3d, qtimageformats and qtnetworkaut will be delivered via package
manager so those shouldn't be in qt5.git integrations from Qt 6.0 ->

Task-number: QTBUG-87255
Change-Id: I2ddaf561123153b78b4bd972c22a90ba1309a91d
Reviewed-by: Daniel Smith <Daniel.Smith@qt.io>
This commit is contained in:
Jani Heikkinen 2020-10-09 12:39:46 +03:00
parent eb2295498f
commit a892a2ca19
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -131,13 +131,13 @@
path = qt3d
url = ../qt3d.git
branch = dev
status = addon
status = ignore
[submodule "qtimageformats"]
depends = qtbase
path = qtimageformats
url = ../qtimageformats.git
branch = dev
status = addon
status = ignore
[submodule "qtgraphicaleffects"]
depends = qtdeclarative
path = qtgraphicaleffects
@ -284,7 +284,7 @@
path = qtnetworkauth
url = ../qtnetworkauth.git
branch = dev
status = addon
status = ignore
[submodule "qtremoteobjects"]
depends = qtbase
recommends = qtdeclarative