CMake cannot find some 3D modules (3DRender, 3DExtras)
Unsolved
General and Desktop
-
I have Qt 5.10.0 installed
using those lines in cmake:find_package( Qt5Widgets )
find_package( Qt53DCore )
find_package( Qt53DRender )Widgets and 3DCore are found but 3DRender is not. Same thing applies to some other 3D modules as 3DExtras. Why?
-
Hi and welcome to devnet,
How did you install Qt ?
On what OS ?
Are you using Qt Creator to handle your project ? -
This post is deleted!
-
@Toprakete said in CMake cannot find some 3D modules (3DRender, 3DExtras):
Qt3DRender
Hi and welcome to devnet,
I would check what include paths you have gathered to see if they indeed point to your Qt 5.11.2 installation.