I'm having troubles compiling Qt3D on Windows. The module compiles and links properly on my Linux machine with Qt 4.8.1. Though on Windows (Qt 5.2 personal build) g++ says <Qt3D/qt3dglobal.h>
header is not found.
I've compiled qt3d on linux with following these steps:
- Download a tarball of branch qt4 from here, extract it.
- qmake CONFIG+=package
- make -j4
- sudo make install
And for Windows (Qt 5.2 gcc-4.8.1 personal build):
- Download tarball of master branch from here, extract it
- qmake
- make // => error: missing headers
What I'm missing?
Note: ActiveState Perl is in PATH