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 <Daniel.Smith@qt.io>
This commit is contained in:
Lars Knoll
2021-06-25 09:46:46 +02:00
committed by Daniel Smith
parent bae9580da1
commit 4131439fb9

4
.gitmodules vendored
View File

@@ -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