using GLUT along with qtcreator/mingw in windows
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
Re: using GLUT along with qtcreator/mingw in windows
I personally don't see a point of using glut in Qt. And are you even linking to the glut libraries?