[Installing QT3D, Qt C++]
Solved
Qt 6
-
hello guys,
I hope you're all doing well.
So I'm trying to load a ply file and I have to work using QT3D.
When adding
QT += 3dcore 3drender 3dinput 3dextras
in my pro.file, I get "unknown module" so I in the maintenance tool, I looked for QT3D to add it but I didn't find it.
Here is what I get exactly:
Although I searched on the internet and most of people find it and check it so it can be added
Please help
Thank you all.