summaryrefslogtreecommitdiffstats
path: root/dependencies.yaml
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 07:55:08 +0200
commit0383f332aaae413a6e60001d25732d4dc9956505 (patch)
tree3d8ca12dc2c190a2839fddf29848af5473f27666 /dependencies.yaml
parent31430b1d1b2f89cc81a7301013e381cc3fab1a75 (diff)
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>
Diffstat (limited to 'dependencies.yaml')
-rw-r--r--dependencies.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dependencies.yaml b/dependencies.yaml
index 681994bfb..ca087946b 100644
--- a/dependencies.yaml
+++ b/dependencies.yaml
@@ -8,3 +8,6 @@ dependencies:
../qtshadertools:
ref: 0da91123544683c31929772f81b55b9573aae6b9
required: true
+ ../qtquick3d:
+ ref: 0d497fb20cf12918c4639aa17a8976e64cc8ff08
+ required: false