Qt creator cant recognize Qt3D Transform component
Unsolved
QML and Qt Quick
-
I'm trying to run Qt3D scene3D sample project. In AnimatedEntity.qml, Transform component can't recognize with qt. (unknown component).
-
I'm trying to run Qt3D scene3D sample project. In AnimatedEntity.qml, Transform component can't recognize with qt. (unknown component).
@Hakan-AFAT It might be due to lack of 3rd party software,could you please check your QT installation components?
-
@Hakan-AFAT It might be due to lack of 3rd party software,could you please check your QT installation components?
@Alien I tested two different machines Lm18, macOs and two different Qt versions (5.9 5.11.1) . But i saw same problem.
-
Try adding this to your project file, worked for me
QT += 3dcore 3drender 3dinput 3dquick 3dlogic 3dquickextras