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. Qt version
Qt 6.11 is out! See what's new in the release blog

Qt version

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 1.6k 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi everybody i have a problem with my QT compiler .
    it's show a error that's : no compiler can produce code for this qt version !
    i have Qt-Creator 5.2.1

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

      Hi, and welcome to the Qt Dev Net!

      Like the error message says, you need to install a compiler that matches the version of Qt you have.

      Qt Creator is an IDE, not a compiler

      "5.2.1" does not fully describe your Qt version. From http://qt-project.org/downloads , you can see many different versions of Qt for Windows:

      • Qt 5.2.1 32-bit, MinGW 4.8
      • Qt 5.2.1 32-bit, VS 2010
      • Qt 5.2.1 64-bit, VS 2012
      • etc.

      Which one did you install?

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

      1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        You need the compiler that matches the Qt version you downloaded. Unfortunately compilers on windows are incompatible with each other (and also different versions of themselves). You will need either MSVC of some specific version or Mingw. I assume you downloaded a MSVC built of Qt for some specific version of MSVC, as the Mingw Qt does contain a matching compiler.

        We can unfortunately not redistribute the Microsoft compilers, so those are available separately from the microsoft website (they are available free of charge as part of the windows SDK or Visual studio express AFAIK). Please make sure you get exactly the version Qt was built with!

        You might want to also get the Microsoft debugging tools, if those are not part of the WinSDK you downloaded (IIRC WinSDK7 did not contain them, the newer versions do). That is the debugger necessary to debug applications build with MSVC.

        1 Reply Last reply
        0
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          Fixed ... thanks

          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