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

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 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
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on 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
      0
      • SGaistS SGaist

        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 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
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on 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
          0
          • SGaistS SGaist

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

            S Offline
            S Offline
            Script22
            wrote on last edited by Script22
            #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
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on 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

              • Login

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