From e60dc5c15c69b32591442a3ef321388bae500894 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Thu, 5 Mar 2026 12:40:44 +0100 Subject: [PATCH] Add qtquicktimeline as dependency for qtlottie Required for new style animations in VectorImage Change-Id: I9c580a1fd8edb73708c89723b7cbfd9c7c497a0e Reviewed-by: Eskil Abrahamsen Blomfeldt --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9c1f371f..a0d7b987 100644 --- a/.gitmodules +++ b/.gitmodules @@ -249,7 +249,7 @@ branch = dev status = ignore [submodule "qtlottie"] - depends = qtbase qtdeclarative + depends = qtbase qtdeclarative qtquicktimeline path = qtlottie url = ../qtlottie.git branch = dev