qt : qtsdk-2010.05
system: ubuntu 10.10
program: Examples-> OpenGL ->framebufferobject
desktop/../../../include/QtOpenGL/qgl.h:77: error: GL/gl.h: No such file or directory
73 #ifndef GLdouble
74 typedef GLfloat GLdouble;
75 #endif
76 #else
77 # include <GL/gl.h>
78 # ifndef QT_LINUXBASE
79 # include <GL/glu.h>
80 # endif
81 #endif
73 #ifndef GLdouble
74 typedef GLfloat GLdouble;
75 #endif
76 #else
77 # include <GL/gl.h>
78 # ifndef QT_LINUXBASE
79 # include <GL/glu.h>
80 # endif
81 #endif
To copy to clipboard, switch view to plain text mode
Bookmarks