how install Qt3D.Core" version 2.10?
-
Hi all,
I download kdab qt3d example and i want to run examples. This error causes the compiler to run "module "Qt3D.Core" version 2.10 is not installed". how i can install this module to my code. On this site, a solution has come, but I do not know how to use it.
https://stackoverflow.com/questions/38987599/module-qt3d-core-is-not-installed -
hi,
try going to your directory if there is:
C:\Qt\MaintenanceTool.exe
start the executable and point the Qt3dCore installation package, install it and see what happens.
-
i update qt 3d with maintenancetool but the same problem. Is there any way to install this module alone?
my Qt creator 4.3.1
Qt 5.9.0 -
Hi,
You would have to install a more recent version of Qt. Why not use the import values for the Qt version you are using ?
-
thinks, for a project I use this version. How can I import values? Can you explain more about import values?
-
Take a look at the Qt documentation of the respective modules in the Qt version you are using, you'll see there which version you can use.