Hi

I just built and installed Qt3D. Everything is find, the 3D demos look good.

However, I can't find include file, such as QBox3D or QArray in any of the include directories. All I have are include files like qbox3d.h, or qarray.h. Therefore I can't do like:

#include <QBox3D> etc...

The Qt3D doc in http://doc.qt.nokia.com/qt3d-snapshot/classes.html says it has those files. Do I miss something?

Thanks!