Bullet physics engine in qt
-
can anyone tell me how to include bullet header files in my qt project? i added the bullet header files in my project as well as where i installed my qtsdk. but it is showing me an error saying btBulletDynamicsCommon.h : no such file or directory found.
i tried to run this simple hello world example..
http://bulletphysics.org/mediawiki-1.5.8/index.php/Hello_Worldthanks...