PDA

View Full Version : using GLUT along with qtcreator/mingw in windows



stephanepoirier
2nd March 2009, 17:59
Hi All,

I am having problems build my qtcreator/mingw application when I include one function call from library GL\glut.h (glutSolidCube). I am getting the following 4 unresolved references: __glutInitWithExit, __glutCreateWindowWithExit, __glutCreateMenuWithExit and the one I call explicitely glutSolidCube.

Anyone has a work around?

Thanks,

Stephane

ComaWhite
3rd March 2009, 05:26
I personally don't see a point of using glut in Qt. And are you even linking to the glut libraries?