From 64a715e8bea2f1539ecd0f67856a7f9affbee11f Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 20 Oct 2022 10:09:08 +0200 Subject: [PATCH] Make qtmultimedia depend optionally on qtquick3d Needed for spatialaudioquick3d. Pick-to: 6.4 Change-Id: I2bbfe1a23622deb90e7641b322ad9eac3ae4a112 Reviewed-by: Daniel Smith --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e6c72095..288aa8a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,7 +24,7 @@ status = addon [submodule "qtmultimedia"] depends = qtbase qtshadertools - recommends = qtdeclarative + recommends = qtdeclarative qtquick3d path = qtmultimedia url = ../qtmultimedia.git branch = dev