Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [Solved]Installing and using Qt3D with Qt5RC2
Forum Updated to NodeBB v4.3 + New Features

[Solved]Installing and using Qt3D with Qt5RC2

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.7k 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.
  • C Offline
    C Offline
    cvanegas
    wrote on last edited by
    #1

    Hi,

    We use Qt3D and just installed Qt5 RC2. The previous version of Qt5 that we were using (beta) had Qt3D as one of the modules, but Qt3D has been removed later. In that version, we were able to use Qt3D simply by adding "QT += 3d" to the .pro file.

    I have downloaded and built Qt3D from git://gitorious.org/qt/qt3d.git, but 3d is no longer recognized as a module and I'm not sure what the correct way to include 3d is. Should I just add it to my project as an external library, or is there a way that it can still be added as a module?

    Thanks!

    1 Reply Last reply
    0
    • Z Offline
      Z Offline
      ZapB
      wrote on last edited by
      #2

      Get a git clone as you say you have done, then using the qmake from your Qt5 install do:

      @
      qmake
      make
      make install
      @

      Once it is installed

      @
      QT += 3d
      @

      should work.

      Nokia Certified Qt Specialist
      Interested in hearing about Qt related work

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cvanegas
        wrote on last edited by
        #3

        That did it. I was missing the "make install". Thanks!

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          ZapB
          wrote on last edited by
          #4

          You're welcome. We plan to do some refactoring of Qt3D over the festive period but will do this in a branch so as not to disturb people using the current incarnation.

          Have fun with Qt5!

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          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