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 version of Qt am I using? How do I find out?

Which version of Qt am I using? How do I find out?

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 22.8k 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.
  • J Offline
    J Offline
    JKSH
    Moderators
    wrote on 10 Jul 2019, 14:25 last edited by JKSH 12 Jan 2022, 05:50
    #1

    1. Which version(s) of Qt are installed on my machine?

    Open Qt Creator > Edit > Preferences... > Kits > Kits.

    In the example above, 5 separate versions of Qt have been installed (Yes, a machine can have multiple versions of Qt installed side-by-side):

    • A 32-bit version of Qt 5.12.0 for the MSVC 2017 compiler
    • A 32-bit version of Qt 5.12.3 for the MSVC 2017 compiler
    • A 64-bit version of Qt 5.12.3 for the MSVC 2017 compiler
    • A 32-bit version of Qt 5.12.3 for the MinGW compiler
    • A 32-bit version of Qt 5.9.7 for the MinGW compiler

    2. Which version(s) of Qt are being used in my project?

    Click the Kit Selector icon on the bottom-left of Qt Creator:

    In the above example, Qt 5.12.3 MinGW (32-bit) is the active version. This means clicking "Build" will launch your MinGW compiler, and your program will link to Qt 5.12.3.

    Notice that Qt 5.9.7 is also enabled for this project, but it is not active.

    3. Which version of Qt Creator am I using?

    Open Qt Creator > Help > About Qt Creator...

    In the above example, the IDE is Qt Creator 4.9.1. It was built using the MSVC 2017 compiler and linked to Qt 5.12.3.

    Note: This does not mean that you have to use Qt 5.12.3 in your own projects. As shown in #1, you can manage many versions of Qt at the same time.

    Important: Qt Creator is not Qt.

    • Qt Creator is an integrated development environment (IDE)
    • Qt is a library

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

    1 Reply Last reply
    18
    • C CPPUIX referenced this topic on 27 Nov 2023, 21:20
    • M micha_eleric referenced this topic on 27 Nov 2023, 22:04

    1/1

    10 Jul 2019, 14:25

    • Login

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