CMake cannot find some 3D modules (3DRender, 3DExtras)
-
wrote on 5 Apr 2018, 12:05 last edited by
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 ? -
wrote on 9 Oct 2018, 08:21 last edited by Toprakete 10 Sept 2018, 13:04This 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.