Module "Qt3D.Shapes" is not installed
-
Hello i have problem that error shows :
module "Qt3D.Shapes" is not installed
module "Qt3D" is not installedAnd i have googled this error but people say just write right path of the dll files
Or copy Qt3d,shapes.dll and qt3d.dll files.
But i dont have both files in my computer.
People say it is in the import or qml folders and i checked but no qt3d folder and no any files named qt3d in my computer i searched manually and automatically whole my HDD disks..No one says how to and where to download them.
Is that because of installation?
i have downloaded Qt 5.2 from the downloads page of this website.please tell me what is going on with me?
-
Qt3D is an external module and is not included in Qt 5.2 or 5.3. It will most likely be included in Qt 5.4 or 5.5. You need to either wait or download it separately.
-
Sorry mr..But it looks like there are no 5.4 and 5.5 for now in the website..
last version is 5.3 i guess but website uploaded only 5.2 for the last Version.
BUT other people are still using qt3D module.
Then how to download? is their any price you mean?
Where to download? i really need it
-
Yes, Qt 5.4 is not available yet, it will be released in (probably) December.
No, there is no price on Qt3D, it is Open Source just as the rest of Qt is, but currently it is not considered ready for inclusion in mainline Qt (module is not mature enough). Sean and friends are working hard to change this.
As for getting and installing it: I don't know, I have never used it myself. Try "this":http://stackoverflow.com/questions/15297870/how-to-install-qt3d-on-qt5. I think the source code can be found "here":https://qt.gitorious.org/qt/qt3d.