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. [SOLVED] CMake kit does not exist for QT 5.0.2
QtWS25 Last Chance

[SOLVED] CMake kit does not exist for QT 5.0.2

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

    I am a qt newbie and am trying to make a simple c++ project.
    I have downloaded qt installer version 5.0.2 with libraries and creator.

    After following the following steps:
    New Project - Plain C++ project(CMake build) - Introduction and Project location(I enter the name and the location)->click on Next- Click on Finish, the cmake wizard appears saying QTCreator has no kits that are suitable for CMake projects

    I press "Show Options" in the wizard
    I have the following kit automatically detected in the "Kits" tab:
    Desktop QT 5.0.2 MSVC2012 64bit(Default)

    If i go to the "CMake" tab i had no value entered but i entered:
    C:\Qt\Qt5.0.2\5.0.2\msvc2012_64\bin\qmake.exe

    At the compiler section i have automatically detected:
    Microsoft Visual C++ Compiler 11.0 (x86)
    Microsoft Visual C++ Compiler 11.0 (amd64)

    Back to the "Kits" tab if i press "Desktop QT 5.0.2 MSVC2012 64bit(Default)"
    i have seed that it is using the amd64 compiler but i cannot change it

    I have set the paths for the CMake(and the compiler) in the PATH environment variable:
    C:\Qt\Qt5.0.2\5.0.2\msvc2012_64\bin - for cmake
    C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC - for compiler

    Still no luck. The CMake wizard still appears.
    Please help.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      hpollak
      wrote on last edited by
      #2

      Have you CMake installed?

      "CMake":http://www.cmake.org/ is not qmake !!!

      If you just want do build an Plain C++ Projekt: use the Projekttype (without CMake Build!) in QTCreator

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CiprianR
        wrote on last edited by
        #3

        You are correct, i did not know that CMake was a separate product. Thank you very much.
        The project now works fine.

        1 Reply Last reply
        0
        • H Offline
          H Offline
          hpollak
          wrote on last edited by
          #4

          Please Mark the Post as resolved, by editing the Subject and put [SOLVED] in front

          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