Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
can anyone help me on how to integrate opengl with qt. and how to use bullet physics engine classes in qt..
hey check this..
http://developer.qt.nokia.com/forums/viewthread/512
You have to link against the module by adding QT += opengl to your .pro file. You should also #include <QtOpenGL>.