Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Can't create plain C++ project

Can't create plain C++ project

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 5.0k 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
    Slazer
    wrote on last edited by
    #1

    When I do "File>>New File or Project>>Non-Qt Project>>Plain C++ Project" then I am at "this":http://imageshack.us/content_round.php?page=done&l=img706/7757/s0y6.png page. When I press "Next" then I get to "this":http://imageshack.us/photo/my-images/21/0gx6.png/ page and get the error "No valid kits found". I can't press "Next". I am using the latest version of Qt creator (2.8.0). How can I make a Plain C++ project?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Buckets
      wrote on last edited by
      #2

      do you have visual studio?

      ba ba ba
      ba na na na

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Slazer
        wrote on last edited by
        #3

        Do you mean Microsoft Visual Studio? I dont have Windows installed.

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          please check your "QtCreator settings":http://qt-project.org/doc/qtcreator-2.8/creator-tool-chains.html are specifying an compiler and a installed Qt version.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Slazer
            wrote on last edited by
            #5

            I have just solved it. I had to change "Qt version" from "None" to "Qt 4.8.5 in PATH (System)" on "this":http://imageshack.us/f/38/qas5.png/ page. Now the kit shows correctly.

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tobias.hunger
              wrote on last edited by
              #6

              Yeap. It is a bit surprising that you need a Qt version for projects that do not use Qt, but so far we could not manage to avoid this. The issue is that Qt ships qmake which is the build system used by the non-Qt project. So to know which qmake to run we need a Qt version (that is not used later).

              You should be able to set up non-Qt projects for kits without Qt using cmake though -- if you have that build system plugin enabled.

              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