qt3d.animation 2.0 is not installed.
Solved
QML and Qt Quick
-
Hello, everyone, I'd like to use ClipAnimator. However, when I compile the code , the following error occurs:
qt3d.animation 2.0 is not installed.
Could anyone tell me the reason? Thanks in advance!
-
Hi,
What version of Qt are you using ?
On what platform ?Did you add
QT += 3danimation
to your .pro file ? -
OK, now I have solved that: the 2.9 version is available!
-
Thanks a lot!