hi everyone
I have installed Qt3D module. But now i have problem this code:
Qt Code:
  1. import QtQuick 2.0
  2. import Qt3D 2.0
  3.  
  4.  
  5. Viewport {
  6.  
  7. width: 640; height: 480
  8. Item3D {
  9. id: teapot
  10.  
  11. mesh: Mesh { source: "teapot.bez" }
  12. effect: Effect {}
  13.  
  14. }
  15.  
  16. }
To copy to clipboard, switch view to plain text mode 
Work fine it will compile it and run it but for example i allways get message Item3D unknown component(M300) i know it is small thing but you know

and second thing every running i get this post "Module 'Qt3D' does not contain a module identifier directive - it cannot be protected from external registrations." WHat this mean?