Re: [Interest] Qt3D compile with Qt5 failed

2014-02-20 Thread Soroush Rabiei
Making .git in in project tree solves problem. I can remember similar bug in earlier versions of Qt5. Is this reported for Qt3D ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt3D compile with Qt5 failed

2014-02-20 Thread Thiago Macieira
Em qui 20 fev 2014, às 19:13:26, Soroush Rabiei escreveu: Making .git in in project tree solves problem. I can remember similar bug in earlier versions of Qt5. Is this reported for Qt3D ? It's not a bug. Frederik said, Downloading as zip file is not supported. Please use Git to download from

Re: [Interest] Qt3D compile with Qt5 failed

2014-02-18 Thread Christoph Kurz
Hi, I had the same problem a few days ago, when I downloaded Qt3D as a .zip file. I don't know the cause for the problem, but I solved it: When I used git to clone the repository, it compiled fine. But I have another problem now: Qt3D is compiled on Windows, the .dll files exist and are in the

Re: [Interest] Qt3D compile with Qt5 failed

2014-02-18 Thread Frederik Gladhorn
Tirsdag 18. februar 2014 14.38.35 skrev Christoph Kurz: Hi, I had the same problem a few days ago, when I downloaded Qt3D as a .zip file. I don't know the cause for the problem, but I solved it: When I used git to clone the repository, it compiled fine. Downloading as zip file is not

[Interest] Qt3D compile with Qt5 failed

2014-02-16 Thread Soroush Rabiei
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