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. What are the differences of these Qt installations

What are the differences of these Qt installations

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 938 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.
  • B Offline
    B Offline
    buddhi
    wrote on last edited by
    #1

    Under latest Qt 5.2 library category there are:

    Qt 5.2.0 for Windows 64-bit (VS 2012, OpenGL, 589 MB ) and Qt 5.2.0 for Windows 64-bit (VS 2012, 590 MB)

    installers.
    I want to know exact different of these installers please help ! do they have especial purposes?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      One uses OpenGL directly (the one with OpenGL in the name) and requires you to have OpenGL drivers available. This option will use the best OpenGL version that is available on your platform (including, AFAIK, OpenGL 4).

      The second one uses ANGLE project, which translates Qt's OpenGL calls into DirectX calls - so it requires DirectX drivers, but does not require OpenGL to be available on your platform. ANGLE only supports OpenGL ES 2.

      (Z(:^

      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