linux下 Qt 中 OpenGL error: not declared in this scope
多半是没有装 GLEW,装好GLEW之后,将 #include 添加到所有include之前(不这样的话会报错说 “ gl.h 在 glew.h 之前”),并在 LIBS中添加 -lGLEW 包,有可能需要调用glewInit()函数。可能出现的问题参看StackOverflow:
http://stackoverflow.com/questions/4225554/how-to-use-gle
原创
2012-03-15 17:23:22 ·
1843 阅读 ·
0 评论