From 6069cf9a84519f907c83d8d919e8eeca634c337f Mon Sep 17 00:00:00 2001 From: Inho Lee Date: Wed, 9 Jun 2021 09:59:25 +0200 Subject: [PATCH] Quick3D : Add optional dependency to QtQuickTimeline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quick3D's runtime asset animation needs QuickTimeline module. This is an optional module just for the animation feature. Pick-to: 6.2 Change-Id: I080b23e2f8f73277a92ef6207829fd3e3fc6d1b5 Reviewed-by: Christian Strømme --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 58f89f02..fbf8bd83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -288,6 +288,7 @@ status = addon [submodule "qtquick3d"] depends = qtbase qtdeclarative qtshadertools + recommends = qtquicktimeline path = qtquick3d url = ../qtquick3d.git branch = dev