From 3f95e2b0194963c4192f7458fcafb6790067dc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Tue, 2 Jun 2020 18:11:16 +0200 Subject: [PATCH] qt3d: add shadertools to "recommends" modules This is needed for Qt3D's RHI support. Change-Id: I416ee986db06479775a4dd4251261ecaac805b73 Reviewed-by: Alexandru Croitor --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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