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. Qt 4.8 - Build and install a single module

Qt 4.8 - Build and install a single module

Scheduled Pinned Locked Moved Installation and Deployment
4.8moduleopengl
4 Posts 2 Posters 1.9k 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.
  • B Offline
    B Offline
    bundickt
    wrote on 6 Apr 2015, 18:29 last edited by
    #1

    Is there a way to make and install only the Qt opengl module.

    I installed and built Qt 4.8 a while ago without the opengl module, but I am starting to work on a project that needs Qt's opengl module. I'm trying to avoid rebuilding all of Qt 4.8 if possible.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 6 Apr 2015, 20:28 last edited by
      #2

      Hi,

      How did you do that ?

      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
      • B Offline
        B Offline
        bundickt
        wrote on 6 Apr 2015, 20:33 last edited by
        #3

        I don't remember the exact configure command I called, but you can do the following:

        tar xzf qt-everywhere-opensource-src-4.8.6.tgz
        cd qt-everywhere-opensource-src-4.8.6
        ./configure -no-opengl -prefix ~/Qt/4.8.6./gcc
        make
        make install
        

        I think the -no-opengl argument is the defualt.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 6 Apr 2015, 20:43 last edited by
          #4

          It's not the default. However, that option doesn't disable a module, it disable the use of OpenGL globally. You have to rebuild Qt.

          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

          4/4

          6 Apr 2015, 20:43

          • Login

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