c++ - Linking glut to Qt -
c++ - Linking glut to Qt -
i want combine opengl glut qt. i'm using windows. version of qt 4.7.4, 32 bit.
i followed tutorial:
http://www.youtube.com/watch?v=1nzhsky4k18
i checked other questions of people didn't gave me answer.
the part before including glut works fine. when seek include glut doesn't work. errors are:
undefined reference glutinit_atexit_hack
and more undefined references glutfunctions.
i copied glut-libraries , headers appropriate folders in mingw folder. wasn't sure if right folder.
c++ qt opengl qt4 glut
Comments
Post a Comment