Qt creator cant recognize Qt3D Transform component
-
wrote on 10 Jul 2018, 22:46 last edited by
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).
wrote on 11 Jul 2018, 04:07 last edited by@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?
wrote on 11 Jul 2018, 09:45 last edited by@Alien I tested two different machines Lm18, macOs and two different Qt versions (5.9 5.11.1) . But i saw same problem.
-
wrote on 18 Sept 2019, 22:19 last edited by
Try adding this to your project file, worked for me
QT += 3dcore 3drender 3dinput 3dquick 3dlogic 3dquickextras