How to build Qt3D with QtCreator
-
Dear All,
I'm planing to use Qt3D, since I'm novice its a bit hard for me to locate the required binary packages if there was any at all for Qt3D. What I downloaded and installed so far is Qt 5.1.0 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB) and QtCreateor 2.7.2, AFAIU there is not Qt3D that ships with above mentioned packages.
So I assume that, I've to build it from source, If there was ant other option than that please let me know. In order to build from scratch, I downloaded the latest source and followed the instructions given in the following link "Building Qt3D for Qt4":Building Qt3D for Qt 4 after setting and configuring as depicted and building the Qt3D I'm receiving the following complaint from compiler "D:\TEST_FOLDER_dell\QT3D\qt-qt3d\src\threed\global\qglnamespace.h:45: error: Qt3D/qt3dglobal.h: No such file or directory" So what am I supposed to do to eliminate that ? It seems that I'm not properly pointing the right directory to compiler/linker where to look for the required header?
Your help will be appreciated,