Hi 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: 1. Download a tarball of branch qt4 from here<https://qt.gitorious.org/qt/qt3d/source/fdad0d7f39dfbc883372628fcc58c1194ab0b782:>, extract it. 2. qmake CONFIG+=package 3. make -j4 3. sudo make install And for Windows (Qt 5.2 gcc-4.8.1 personal build): 1. Download tarball of master branch from here<https://qt.gitorious.org/qt/qt3d/source/d3338a9f7fcac109d7bc7f600d5974ff333782ad:>, extract it 2. qmake 3. make // => error: missing headers What I'm missing? Note: ActiveState Perl is in PATH
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest