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. How can we add OpenGL library in new version of QT?

How can we add OpenGL library in new version of QT?

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 2 Posters 2.2k 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.
  • H Offline
    H Offline
    Hassan-math
    wrote on last edited by
    #1

    Hi All,

    When I want to install QT via its online installer, there is no option for OpenGL library! How can I install it within QT?

    jsulmJ 1 Reply Last reply
    0
    • H Hassan-math

      Hi All,

      When I want to install QT via its online installer, there is no option for OpenGL library! How can I install it within QT?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Hassan-math said in How can we add OpenGL library in new version of QT?:

      How can I install it within QT?

      Qt uses system OpenGL libraries. On what OS are you?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      H 1 Reply Last reply
      0
      • H Offline
        H Offline
        Hassan-math
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • jsulmJ jsulm

          @Hassan-math said in How can we add OpenGL library in new version of QT?:

          How can I install it within QT?

          Qt uses system OpenGL libraries. On what OS are you?

          H Offline
          H Offline
          Hassan-math
          wrote on last edited by
          #4

          @jsulm said in How can we add OpenGL library in new version of QT?:

          @Hassan-math said in How can we add OpenGL library in new version of QT?:

          How can I install it within QT?

          Qt uses system OpenGL libraries. On what OS are you?

          @jsulm it's Ubuntu 20.04

          jsulmJ 1 Reply Last reply
          0
          • H Hassan-math

            @jsulm said in How can we add OpenGL library in new version of QT?:

            @Hassan-math said in How can we add OpenGL library in new version of QT?:

            How can I install it within QT?

            Qt uses system OpenGL libraries. On what OS are you?

            @jsulm it's Ubuntu 20.04

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @Hassan-math Then install needed packages from your Linux distribution, see https://doc.qt.io/qt-5/linux.html

            sudo apt-get install build-essential libgl1-mesa-dev
            

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            1

            • Login

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