summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-06-25 09:46:46 +0200
committerDaniel Smith <Daniel.Smith@qt.io>2021-06-25 13:16:21 +0000
commit4131439fb9635cac602a0783abd594e8e7e50f2e (patch)
treef12b0bcf0165f198f43bea878fa05f9ed5ff1335 /.gitmodules
parentbae9580da1c35b47fc46e465b5b24c84737d073c (diff)
downloadqt5-4131439fb9635cac602a0783abd594e8e7e50f2e.tar.gz
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>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files 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