mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-04 10:16:39 +08:00
Add missing additional libraries in qt5.git
We are now supporting 'status = additionalLibrary' for submodules. So add missing additional libraries and update statuses accordingly Change-Id: I4e87b92e15ec54e965af94af5841cd3a8a8278ef Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
This commit is contained in:
30
.gitmodules
vendored
30
.gitmodules
vendored
@@ -124,14 +124,14 @@
|
|||||||
recommends = qtdeclarative qtshadertools
|
recommends = qtdeclarative qtshadertools
|
||||||
path = qt3d
|
path = qt3d
|
||||||
url = ../qt3d.git
|
url = ../qt3d.git
|
||||||
branch = dev
|
branch = 6.0
|
||||||
status = ignore
|
status = additionalLibrary
|
||||||
[submodule "qtimageformats"]
|
[submodule "qtimageformats"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtimageformats
|
path = qtimageformats
|
||||||
url = ../qtimageformats.git
|
url = ../qtimageformats.git
|
||||||
branch = dev
|
branch = 6.0
|
||||||
status = ignore
|
status = additionalLibrary
|
||||||
[submodule "qtgraphicaleffects"]
|
[submodule "qtgraphicaleffects"]
|
||||||
depends = qtdeclarative
|
depends = qtdeclarative
|
||||||
path = qtgraphicaleffects
|
path = qtgraphicaleffects
|
||||||
@@ -277,8 +277,8 @@
|
|||||||
depends = qtbase
|
depends = qtbase
|
||||||
path = qtnetworkauth
|
path = qtnetworkauth
|
||||||
url = ../qtnetworkauth.git
|
url = ../qtnetworkauth.git
|
||||||
branch = dev
|
branch = 6.0
|
||||||
status = ignore
|
status = additionalLibrary
|
||||||
[submodule "qtremoteobjects"]
|
[submodule "qtremoteobjects"]
|
||||||
depends = qtbase
|
depends = qtbase
|
||||||
recommends = qtdeclarative
|
recommends = qtdeclarative
|
||||||
@@ -323,3 +323,21 @@
|
|||||||
url = ../qt5compat.git
|
url = ../qt5compat.git
|
||||||
branch = 6.0
|
branch = 6.0
|
||||||
status = deprecated
|
status = deprecated
|
||||||
|
[submodule "qtcoap"]
|
||||||
|
depends = qtbase qttools
|
||||||
|
path = qtcoap
|
||||||
|
url = ../qtcoap.git
|
||||||
|
branch = 6.0
|
||||||
|
status = additionalLibrary
|
||||||
|
[submodule "qtmqtt"]
|
||||||
|
depends = qtbase qtdeclarative qttools
|
||||||
|
path = qtmqtt
|
||||||
|
url = ../qtmqtt.git
|
||||||
|
branch = 6.0
|
||||||
|
status = additionalLibrary
|
||||||
|
[submodule "qtopcua"]
|
||||||
|
depends = qtbase qtdeclarative qtquickcontrols2 qttools
|
||||||
|
path = qtopcua
|
||||||
|
url = ../qtopcua.git
|
||||||
|
branch = 6.0
|
||||||
|
status = additionalLibrary
|
||||||
|
|||||||
2
qt3d
2
qt3d
Submodule qt3d updated: dd698034fd...e046a40b74
1
qtcoap
Submodule
1
qtcoap
Submodule
Submodule qtcoap added at 3a836731a4
Submodule qtimageformats updated: 7cb70c7990...f83d417b7b
1
qtmqtt
Submodule
1
qtmqtt
Submodule
Submodule qtmqtt added at 6f5421edea
Submodule qtnetworkauth updated: e151a7afc6...47c31c9e33
1
qtopcua
Submodule
1
qtopcua
Submodule
Submodule qtopcua added at 2c606cc2ae
Reference in New Issue
Block a user