Hello,
I have problem with VBO and QGLWidget because when i added glew.h to my code with functions like glGenBuffuer() etc. i get error
Qt Code:
  1. /usr/include/GL/glew.h:84: error: #error gl.h included before glew.h
  2. /usr/include/GL/glew.h:87: error: #error glext.h included before glew.h
To copy to clipboard, switch view to plain text mode 
and i dont know how to deal with this problem, please help

Best Regards