From 4131439fb9635cac602a0783abd594e8e7e50f2e Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 25 Jun 2021 09:46:46 +0200 Subject: [PATCH] Make QtMultimedia depend on shadertools and recommend qtquickcontrols2 Multimedia needs shadertools for building, so make that explicit. Some examples use Qt Quick Controls, so we recommend that as well Pick-to: 6.2 Change-Id: If067defe371dc9584634d1c1aa7c5eae74c9af25 Reviewed-by: Daniel Smith --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index cabb1b0a..68314f18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,8 +23,8 @@ branch = dev status = addon [submodule "qtmultimedia"] - depends = qtbase - recommends = qtdeclarative + depends = qtbase qtshadertools + recommends = qtdeclarative qtquickcontrols2 path = qtmultimedia url = ../qtmultimedia.git branch = dev