[Solved]Installing and using Qt3D with Qt5RC2
Installation and Deployment
4
Posts
2
Posters
1.7k
Views
1
Watching
-
Hi,
We use Qt3D and just installed Qt5 RC2. The previous version of Qt5 that we were using (beta) had Qt3D as one of the modules, but Qt3D has been removed later. In that version, we were able to use Qt3D simply by adding "QT += 3d" to the .pro file.
I have downloaded and built Qt3D from git://gitorious.org/qt/qt3d.git, but 3d is no longer recognized as a module and I'm not sure what the correct way to include 3d is. Should I just add it to my project as an external library, or is there a way that it can still be added as a module?
Thanks!