diff options
author | Jean-Michaël Celerier <jean-michael.celerier@kdab.com> | 2020-06-02 18:11:16 +0200 |
---|---|---|
committer | Jean-Michaël Celerier <jean-michael.celerier@kdab.com> | 2020-06-03 07:22:22 +0000 |
commit | 3f95e2b0194963c4192f7458fcafb6790067dc9c (patch) | |
tree | 44624edf7129d3ca2ce59cd4e22bbf7cd6f4d13f /.gitmodules | |
parent | a10584e57c1be4149b3a067de86fa61c44b8a757 (diff) | |
download | qt5-3f95e2b0194963c4192f7458fcafb6790067dc9c.tar.gz |
qt3d: add shadertools to "recommends" modules
This is needed for Qt3D's RHI support.
Change-Id: I416ee986db06479775a4dd4251261ecaac805b73
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a96b85b1..4cdf0115 100644 --- a/.gitmodules +++ b/.gitmodules @@ -127,7 +127,7 @@ status = addon [submodule "qt3d"] depends = qtbase - recommends = qtdeclarative qtimageformats qtgamepad + recommends = qtdeclarative qtimageformats qtgamepad qtshadertools path = qt3d url = ../qt3d.git branch = dev |