mirror of https://github.com/qt/qt5.git
Quick3D : Add optional dependency to QtQuickTimeline
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 <christian.stromme@qt.io>
This commit is contained in:
parent
92f423c06d
commit
6069cf9a84
|
@ -288,6 +288,7 @@
|
|||
status = addon
|
||||
[submodule "qtquick3d"]
|
||||
depends = qtbase qtdeclarative qtshadertools
|
||||
recommends = qtquicktimeline
|
||||
path = qtquick3d
|
||||
url = ../qtquick3d.git
|
||||
branch = dev
|
||||
|
|
Loading…
Reference in New Issue