mirror of https://github.com/qt/qt5.git
Add missing optional dependency for qtgrpc submodule
qtgrpc recommends qtdeclarative; add that one in .gitmodules as well; the dependency were added in the module in 681d104f0d03f97681536d3691d170d7c06aab2b Pick-to: 6.6 6.5 Change-Id: I325abc8453d26cf0d75425e806e3e0e7b182070a Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
This commit is contained in:
parent
14f7603e91
commit
21f55b70ed
|
@ -318,6 +318,7 @@
|
|||
status = addon
|
||||
[submodule "qtgrpc"]
|
||||
depends = qtbase
|
||||
recommends = qtdeclarative
|
||||
path = qtgrpc
|
||||
url = ../qtgrpc.git
|
||||
branch = dev
|
||||
|
|
Loading…
Reference in New Issue