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. About downloading the installation package of QT 5.1
QtWS25 Last Chance

About downloading the installation package of QT 5.1

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.3k 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.
  • G Offline
    G Offline
    gavin324
    wrote on last edited by
    #1

    I can see there are 2 installation packages for qt5.1. One is "Qt 5.1.1 for Windows 64-bit (VS 2012 525 MB) (Info) ". The other is "Qt 5.1.1 for Windows 64-bit (VS 2012, OpenGL, 522 MB) (Info)". I guess the difference is the later has OpenGL development library involved. But the size of the packages is even smaller than the former one. Anybody can give some details on this??? Thanks So Much!!!

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

      Qt uses OpenGL, but some users on Windows prefer DirectX. The download that does not have OpenGL in it shipps with ANGLE library, which translates OpenGL used by Qt into DirectX calls. This limits Qt to OpenGL ES 2 only.

      If you and your users have OpenGL drivers on their PCs, use the OpenGL version.

      (Z(:^

      1 Reply Last reply
      0
      • G Offline
        G Offline
        gavin324
        wrote on last edited by
        #3

        Thanks for the tip! I have now my qt library worked . But another problem just came up that, I found it can not build the win32 app throuth x64 vsersion. Do I still need to install win32 version in addition to the installed x64 version to build the win32 version app?? Thanks

        [quote author="sierdzio" date="1381393474"]Qt uses OpenGL, but some users on Windows prefer DirectX. The download that does not have OpenGL in it shipps with ANGLE library, which translates OpenGL used by Qt into DirectX calls. This limits Qt to OpenGL ES 2 only.

        If you and your users have OpenGL drivers on their PCs, use the OpenGL version.[/quote]

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi and welcome to devnet,

          Yes you do, Windows doesn't support multiple architectures in the same library.

          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

          • Login

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