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. About "configure -no-opengl", and what module/funtions/part will be Not available if i disable opengl?
Forum Updated to NodeBB v4.3 + New Features

About "configure -no-opengl", and what module/funtions/part will be Not available if i disable opengl?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 662 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.
  • O Offline
    O Offline
    opengpu
    wrote on 2 Mar 2015, 07:25 last edited by
    #1

    really sorry to open a new thread........but i tried every way...i don't know is it about my location problem?i am in Asia.

    QtCore does not depend on OpenGL. QtGui module might depend on it (the dependency can be dropped when OpenGL is disabled in Qt configuration flags – but that can only be done when compiling Qt from source).

    i want to ask:
    if QtGui is depend on OpenGL, when i disable the opengl by "configure -no-opengl" while build Qt, what will be used instead , the native Graphics API such as GDI on windows?
    and if QtGui depends on opengl, what will be lost, if i disable opengl?
    thank you very much.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agocs
      wrote on 6 Mar 2015, 12:08 last edited by agocs 3 Jun 2015, 12:08
      #2

      From QtGui you lose all the QOpenGL* (and the legacy QGL*) classes. In addition you lose Qt Quick 2 completely.
      The traditional software-rendered QWidgets will still work.

      1 Reply Last reply
      0

      1/2

      2 Mar 2015, 07:25

      • Login

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