summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2022-10-19 17:49:08 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2022-10-20 10:02:50 +0200
commitc6ecfda25dedddc043d2f16c9b6312b83eb9360e (patch)
treea8a7dd16dc8653020adde2a2070ca1efeb2a1f10
parent8739c82ff9c62f7bfb965266543f27d3c108d377 (diff)
downloadqtmultimedia-c6ecfda25dedddc043d2f16c9b6312b83eb9360e.tar.gz
Add optional dependency to qtquick3d, to fix spatial audio
Without the dependency, top-level builds would not detect qtquick3d, and therefore spatialaudioquick3d would not be built. Change-Id: Ia4324cd30d82dd007d9879e008fbf98a74c5f94e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Daniel Smith <Daniel.Smith@qt.io> (cherry picked from commit 0383f332aaae413a6e60001d25732d4dc9956505)
-rw-r--r--dependencies.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index b3db3aa0c..8561222f4 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -8,3 +8,6 @@ dependencies:
../qtshadertools:
ref: ed86495a801149b41a06b771507dc76a3accd9bc
required: true
+ ../qtquick3d:
+ ref: 46dc04a0923741f45132c2492928d68612de8293
+ required: false