I want to combine OpenGL with glut to Qt. I'm using Windows. My version of Qt is 4.7.4, 32 bit.
I followed the tutorial:
http://www.youtube.com/watch?v=1nzHSkY4K18
I also checked some other questions of people but they didn't gave me an answer.
The part before including glut works fine. But when I try to include glut it doesn't work. The errors are:
undefined reference to glutInit_ATEXIT_HACK
and more undefined references to glutfunctions.
I copied the glut-libraries and headers to the appropriate folders in the MinGW folder. But I wasn't sure if this was the right folder.