Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. another 'no valid kits found' error
Forum Updated to NodeBB v4.3 + New Features

another 'no valid kits found' error

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
7 Posts 2 Posters 1.5k Views 1 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.
  • O Offline
    O Offline
    over9000
    wrote on last edited by
    #1

    Hi

    I'm trying to build the nodeeditor library using Qt 5.12 and QtCreator. Examples from qt build fine and the mingw compiler shows as being installed. Unfortunately I'm getting the 'no valid kits found' error and cannot see how to fix this.

    Images attached.

    1_1547338806923_qt2.jpg 0_1547338806922_qt1.jpg

    Thanks!

    JKSHJ 1 Reply Last reply
    0
    • O over9000

      Hi

      I'm trying to build the nodeeditor library using Qt 5.12 and QtCreator. Examples from qt build fine and the mingw compiler shows as being installed. Unfortunately I'm getting the 'no valid kits found' error and cannot see how to fix this.

      Images attached.

      1_1547338806923_qt2.jpg 0_1547338806922_qt1.jpg

      Thanks!

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

      @over9000 Can you post screenshots of your "Qt Versions" and "Compilers" tabs too?

      What happens if you install the version of MinGW that is included in the Qt installer?

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

      1 Reply Last reply
      2
      • O Offline
        O Offline
        over9000
        wrote on last edited by over9000
        #3

        Hi

        Screenshots attached:

        1_1547370560650_qt4.jpg 0_1547370560649_qt3.jpg

        I think Qt has installed a version of mingw (the one labelled as 7.30 above) but when I select these as the compilers for a Qt the same error occurs.

        Thanks

        JKSHJ 1 Reply Last reply
        0
        • O over9000

          Hi

          Screenshots attached:

          1_1547370560650_qt4.jpg 0_1547370560649_qt3.jpg

          I think Qt has installed a version of mingw (the one labelled as 7.30 above) but when I select these as the compilers for a Qt the same error occurs.

          Thanks

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

          Very odd. Your MinGW and MSVC kits look fine.

          And you said examples build fine, so... maybe it's something unique to that library. Can you provide a link?

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

          O 1 Reply Last reply
          2
          • JKSHJ JKSH

            Very odd. Your MinGW and MSVC kits look fine.

            And you said examples build fine, so... maybe it's something unique to that library. Can you provide a link?

            O Offline
            O Offline
            over9000
            wrote on last edited by
            #5

            @JKSH hi - yes, its this library https://github.com/paceholder/nodeeditor

            JKSHJ 1 Reply Last reply
            0
            • O over9000

              @JKSH hi - yes, its this library https://github.com/paceholder/nodeeditor

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

              That project uses CMake, so you must install CMake and tell Qt Creator where to find it if necessary (see the Kits -> CMake tab).

              The message "No valid kits found" is misleading: https://bugreports.qt.io/browse/QTCREATORBUG-21823

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

              O 1 Reply Last reply
              3
              • JKSHJ JKSH

                That project uses CMake, so you must install CMake and tell Qt Creator where to find it if necessary (see the Kits -> CMake tab).

                The message "No valid kits found" is misleading: https://bugreports.qt.io/browse/QTCREATORBUG-21823

                O Offline
                O Offline
                over9000
                wrote on last edited by
                #7

                @JKSH ah thanks very much, it's working now

                1 Reply Last reply
                1

                • Login

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