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