Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. CMake cannot find some 3D modules (3DRender, 3DExtras)

CMake cannot find some 3D modules (3DRender, 3DExtras)

Scheduled Pinned Locked Moved Unsolved General and Desktop
cmake3drendermodules
4 Posts 3 Posters 1.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    karolpij
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      How did you install Qt ?
      On what OS ?
      Are you using Qt Creator to handle your project ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Toprakete
        wrote on last edited by Toprakete
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @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.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved