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. Which Qt download option to choose for Windows 7 64-bit OS?

Which Qt download option to choose for Windows 7 64-bit OS?

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.9k 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.
  • C Offline
    C Offline
    codewriter
    wrote on last edited by
    #1

    I'm new to Qt and am not sure which download would be appropriate for a Windows 7 64-bit OS.
    I see:

    Qt 5.1.0 for Windows 64-bit (VS 2012, OpenGL, 522 MB) (Info) and
    Qt 5.1.0 for Windows 64-bit (VS 2012, 525 MB) (Info)

    Although, I have VS 2012 Express installed on my computer, I only wish to use the Qt Creator IDE.
    The OpenGL option is fine, I guess.

    Which one to download?
    Are there any special caveats?

    Thanks,
    codewriter

    1 Reply Last reply
    0
    • JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by
      #2

      The only difference is in the graphics backend.

      The first one uses OpenGL, so your development PC (and any other computer that you want your program to run on) needs to have graphics drivers installed that support OpenGL 2.0 or higher.

      The second one uses DirectX, so you don't need to install OpenGL drivers. Note that since Win 7 ships with DirectX 11, programs that you compile can't run on Win XP which only supports up to DirectX 9.0c (although, programs built with VS 2012 can't run on Win XP anyway)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      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