Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Error: module "Qt3D" is not installed
Forum Updated to NodeBB v4.3 + New Features

Error: module "Qt3D" is not installed

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
8 Posts 3 Posters 4.2k Views 1 Watching
  • 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.
  • M Offline
    M Offline
    MiguelCosta94
    wrote on last edited by MiguelCosta94
    #1

    Hi,
    I'm trying to import a 3D model in .obj format to my Qt Quick project. For this, I follow the tutorial in this link https://www.kdab.com/overview-qt3d-2-0-part-2/ However, when I compile I get this error: "module "Qt3D" is not installed". I'm using Qt in a Virtual Machine with Ubuntu 14.04 LTS.
    There's a way to fix this? Thanks

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mostefa
      wrote on last edited by mostefa
      #2

      Hello @MiguelCosta94 ,

      Which version of qt do you have ? , i think that in many versions Qt 3D is an extern module , you need to check it when install Qt SDK first time

      this link could help you:

      https://forum.qt.io/topic/41387/module-qt3d-shapes-is-not-installed/4

      M 1 Reply Last reply
      0
      • M mostefa

        Hello @MiguelCosta94 ,

        Which version of qt do you have ? , i think that in many versions Qt 3D is an extern module , you need to check it when install Qt SDK first time

        this link could help you:

        https://forum.qt.io/topic/41387/module-qt3d-shapes-is-not-installed/4

        M Offline
        M Offline
        MiguelCosta94
        wrote on last edited by
        #3

        Hello @mostefa ,

        Thanks for the reply. I'm using Qt 5.7 and, in order to use Qt3D I select the option Qt3D from Qt5.5 in the Maintenance Tool.

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

          Hi and welcome to devnet,

          Something's not clear from what you wrote. You are using a Qt 5.5 maintenance tool and a Qt 5.7 for development. Is it a typo ?

          In any case did you add QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras to your .pro file ?

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

          M 1 Reply Last reply
          1
          • SGaistS SGaist

            Hi and welcome to devnet,

            Something's not clear from what you wrote. You are using a Qt 5.5 maintenance tool and a Qt 5.7 for development. Is it a typo ?

            In any case did you add QT += 3dcore 3drender 3dinput 3dquick qml quick 3dquickextras to your .pro file ?

            M Offline
            M Offline
            MiguelCosta94
            wrote on last edited by
            #5

            Hi @SGaist ,
            Thanks for the reply. I'm using Qt 5.7 but the Qt3D version i'm using is 5.5, as you can see in this printscreen http://prntscr.com/dz020m . I added what you suggested to my .pro file but the error remains.

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

              You are trying some strange mix and match stuff.

              Qt3D is part of Qt 5.7 as technical preview so I'd recommend cleaning up your environment and rebuild your application from scratch with Qt 5.7.

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

              M 1 Reply Last reply
              0
              • SGaistS SGaist

                You are trying some strange mix and match stuff.

                Qt3D is part of Qt 5.7 as technical preview so I'd recommend cleaning up your environment and rebuild your application from scratch with Qt 5.7.

                M Offline
                M Offline
                MiguelCosta94
                wrote on last edited by
                #7

                @SGaist I have done it, but I still get the error

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

                  It's getting strange. Are you sure you are using the right kit when building your application ?

                  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