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 valid kits found, although a kit exists
Forum Updated to NodeBB v4.3 + New Features

No valid kits found, although a kit exists

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt 5.2.1kit options
10 Posts 3 Posters 7.8k Views 2 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.
  • A Offline
    A Offline
    AlaaM
    wrote on last edited by
    #1

    I'm trying to open a new project in Qt Creator, and I'm getting a "No valid kits found" error. In options I do see a kit configured.
    In Options > Kits I have Desktop (Default) with the following settings:
    Name: Desktop
    File system name: [empty]
    Device type: Desktop
    Device: Local PC (default for Desktop)
    Sysroot: [empty]
    Compiler: GCC (x86 64bit in /usr/bin)
    Environment: No changes to apply.
    Debugger: System GDB at /usr/bin/qdb
    Qt version: Qt 5.2.1 (qt5)
    Qt mkspec: [empty]
    CMake Tool: [empty]

    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Do you have Qt 5.2.1 installed properly ? You can check that in Qt Version

      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
      • A Offline
        A Offline
        AlaaM
        wrote on last edited by
        #3

        In About I see:
        Qt Creator 3.5.1 (opensource)
        Based on Qt 5.5.1 (GCC 4.9.1)
        Built on Oct 13 2015

        JKSHJ 1 Reply Last reply
        0
        • A AlaaM

          In About I see:
          Qt Creator 3.5.1 (opensource)
          Based on Qt 5.5.1 (GCC 4.9.1)
          Built on Oct 13 2015

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @AlaaM said:

          In About I see:
          Qt Creator 3.5.1 (opensource)
          Based on Qt 5.5.1 (GCC 4.9.1)
          Built on Oct 13 2015

          That is information about Qt Creator; that is not information about your kit.

          To find information about your Qt versions, see Tools -> Options -> Build & Run -> Qt Version

          @AlaaM said:

          In Options > Kits I have Desktop (Default) with the following settings:
          Name: Desktop
          File system name: [empty]
          Device type: Desktop
          Device: Local PC (default for Desktop)
          Sysroot: [empty]
          Compiler: GCC (x86 64bit in /usr/bin)
          Environment: No changes to apply.
          Debugger: System GDB at /usr/bin/qdb
          Qt version: Qt 5.2.1 (qt5)
          Qt mkspec: [empty]
          CMake Tool: [empty]

          Is there a red or yellow warning icon next to this kit?

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

          1 Reply Last reply
          0
          • A Offline
            A Offline
            AlaaM
            wrote on last edited by
            #5

            Yes, there is a yellow warning.
            Please see this image:
            http://i.stack.imgur.com/gohot.png

            JKSHJ 1 Reply Last reply
            0
            • A AlaaM

              Yes, there is a yellow warning.
              Please see this image:
              http://i.stack.imgur.com/gohot.png

              JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #6

              @AlaaM said:

              Yes, there is a yellow warning.
              Please see this image:
              http://i.stack.imgur.com/gohot.png

              I meant your kit. Is there a warning icon next to the kit?

              If there is an icon, hover your mouse cursor over it. What message does it give you?

              Also, can you tell us how you installed Qt?

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

              1 Reply Last reply
              0
              • A Offline
                A Offline
                AlaaM
                wrote on last edited by
                #7

                No, there's no warning icon next to the kit:
                http://i.stack.imgur.com/1H1TX.png
                I installed Qt from here:
                download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-linux-x86_64-3.5.1.run

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  That's not Qt. You used the Qt Creator installer. So you likely have the system installed Qt available but might be missing the related developer tools.

                  So two options:

                  1. Install the Qt dev package(s) from your distribution
                  2. Get the online installer for Qt itself and use that to install Qt

                  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
                  1
                  • A Offline
                    A Offline
                    AlaaM
                    wrote on last edited by
                    #9

                    Are you talking about this:
                    run sudo apt-get install libqt4-dev
                    ?
                    I already installed that as well.

                    JKSHJ 1 Reply Last reply
                    0
                    • A AlaaM

                      Are you talking about this:
                      run sudo apt-get install libqt4-dev
                      ?
                      I already installed that as well.

                      JKSHJ Offline
                      JKSHJ Offline
                      JKSH
                      Moderators
                      wrote on last edited by
                      #10

                      @AlaaM said:

                      Are you talking about this:
                      run sudo apt-get install libqt4-dev
                      ?

                      No, that's Qt 4. @SGaist suggested that you install Qt 5.

                      @AlaaM said:

                      No, there's no warning icon next to the kit:
                      http://i.stack.imgur.com/1H1TX.png

                      Hmm, the kit looks ok.

                      Can you describe exactly what kind of project you're trying to create, when you got the "No valid kits" error message?

                      @AlaaM said:

                      Yes, there is a yellow warning.
                      Please see this image:
                      http://i.stack.imgur.com/gohot.png

                      This image tells me that you manually added Qt 5.2.1 to Qt Creator. Do you remember where you got this copy of Qt 5.2.1?

                      I installed Qt from here:
                      download.qt.io/official_releases/qtcreator/3.5/3.5.1/qt-creator-opensource-linux-x86_64-3.5.1.run

                      Like @SGaist said, that's the Qt Creator IDE. I recommend you uninstall that, and install the Qt library instead: http://download.qt.io/official_releases/qt/5.5/5.5.1/ (this installer also includes Qt Creator)

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

                      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