In this code
Qt Code:
  1. import QtQuick 1.0
  2. import Qt3D 1.0
  3.  
  4. Viewport {
  5. width: 640; height: 480
  6. Item3D {
  7. id: teapot
  8. mesh: Mesh { source: "teapot.bez" }
  9. effect: Effect {}
  10. }
  11. }
To copy to clipboard, switch view to plain text mode 
i have that error
Qt Code:
  1. GL graphics system is not active; cannot use 3D items
To copy to clipboard, switch view to plain text mode