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. No compiler found in kit error Qt5.8 on windows
Forum Update on Monday, May 27th 2025

No compiler found in kit error Qt5.8 on windows

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt5.8msvc2015windows7
6 Posts 2 Posters 3.4k 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.
  • S Offline
    S Offline
    Script22
    wrote on 2 Apr 2017, 21:53 last edited by
    #1

    I installed Qt 5.8 using offline installer on windows 7 64 bit machine.
    but when I try to run any example I get an error while executing qmake.
    someone suggested to check the kit configuration and I don't seem to have a compiler in the kit.

    Here's what the manage kit window looks like

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 2 Apr 2017, 22:22 last edited by
      #2

      Hi and welcome to devnet,

      Please search this forum before asking. This question as been asked many times already.

      You likely have installed the Visual Studio version of Qt and you didn't install the matching Visual Studio. Therefore go to the Microsoft website an grab the matching version of Visual Studio and don't forget to check the C++ component while installing, it's not selected by default.

      If you installed the MinGW edition then you didn't check the option to install MinGW from the Qt Installer. If so, start the maintenance tool and install MinGW.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply 2 Apr 2017, 22:26
      0
      • S SGaist
        2 Apr 2017, 22:22

        Hi and welcome to devnet,

        Please search this forum before asking. This question as been asked many times already.

        You likely have installed the Visual Studio version of Qt and you didn't install the matching Visual Studio. Therefore go to the Microsoft website an grab the matching version of Visual Studio and don't forget to check the C++ component while installing, it's not selected by default.

        If you installed the MinGW edition then you didn't check the option to install MinGW from the Qt Installer. If so, start the maintenance tool and install MinGW.

        S Offline
        S Offline
        Script22
        wrote on 2 Apr 2017, 22:26 last edited by
        #3

        @SGaist Thanks for the reply !
        I didn't install visual studio, I instead installed a redistribution of the required compiler
        can you please take a look here and see if I have to download the whole visual studio ?
        http://imgur.com/a/mVUyI

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 2 Apr 2017, 22:32 last edited by
          #4

          If you mean you installed the Visual C++ build tools, it should be enough to build yes.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply 3 Apr 2017, 02:03
          0
          • S SGaist
            2 Apr 2017, 22:32

            If you mean you installed the Visual C++ build tools, it should be enough to build yes.

            S Offline
            S Offline
            Script22
            wrote on 3 Apr 2017, 02:03 last edited by Script22 4 Mar 2017, 11:07
            #5

            @SGaist So I installed buildtools but now I get this error and can not find a solution online

            D:\Windows\Qt\5.8\msvc2015_64\include\QtCore\qglobal.h:45: error: C1083: Cannot open include file: 'type_traits': No such file or directory.
            
            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 3 Apr 2017, 11:33 last edited by
              #6

              Strange, i'd check if the Windows SDK is installed.

              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

              4/6

              2 Apr 2017, 22:32

              • Login

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