About Qt and OpenGL

I have a work to compile program in RedHatLinux9.0 with Qt,But when I use <qgl.h>,I found the glu.h doesn’t work,and the gl.h work very well!I can understand what happen.Because the qgl.h include both gl.h and glu.h.Shall I install Mesa?

Verify that you have libGLU.so installed on your machine. If not install it. If it is installed show what errors you are getting or give more detail about the problem.

[This message has been edited by shinpaughp (edited 12-15-2003).]

Thank you very much.I have got the answer just now : I add a “-lGLU” into the Makefile which created by qmake.It works well.

[This message has been edited by dragonWh (edited 12-19-2003).]

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.