Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. RPi 4 Qt Creator 4.9.1 "No valid kits found"
Forum Update on Monday, May 27th 2025

RPi 4 Qt Creator 4.9.1 "No valid kits found"

Scheduled Pinned Locked Moved Solved QtonPi
raspberrycreator 4.9.1kits
6 Posts 3 Posters 2.8k 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.
  • M Offline
    M Offline
    markd
    wrote on 12 Mar 2020, 18:02 last edited by markd 3 Dec 2020, 18:04
    #1

    I have installed Qt 5.12.5 and Qt Creator 4.9.1 on an RPi4 w/4GB Ram using the .deb from https://github.com/koendv/qt5-opengl-raspberrypi
    I can launch Qt Creator but when I try to create a new project, I get the message "No valid kits found"
    I have tried to create a kit, like below but there is still something wrong. Any ideas?
    f176036a-43ec-4e3d-a774-458772bd8133-image.png file:///media/mark/Verbatim/2020-03-12-123530_952x733_scrot.png

    J P 2 Replies Last reply 13 Mar 2020, 05:51
    0
    • M markd
      12 Mar 2020, 18:02

      I have installed Qt 5.12.5 and Qt Creator 4.9.1 on an RPi4 w/4GB Ram using the .deb from https://github.com/koendv/qt5-opengl-raspberrypi
      I can launch Qt Creator but when I try to create a new project, I get the message "No valid kits found"
      I have tried to create a kit, like below but there is still something wrong. Any ideas?
      f176036a-43ec-4e3d-a774-458772bd8133-image.png file:///media/mark/Verbatim/2020-03-12-123530_952x733_scrot.png

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 13 Mar 2020, 05:51 last edited by
      #2

      @markd You did not set "Qt version" in your Kit. Go to Qt Versions tab and select qmake from your Qt, then select that Qt version in Kits.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      M 1 Reply Last reply 13 Mar 2020, 19:46
      1
      • M markd
        12 Mar 2020, 18:02

        I have installed Qt 5.12.5 and Qt Creator 4.9.1 on an RPi4 w/4GB Ram using the .deb from https://github.com/koendv/qt5-opengl-raspberrypi
        I can launch Qt Creator but when I try to create a new project, I get the message "No valid kits found"
        I have tried to create a kit, like below but there is still something wrong. Any ideas?
        f176036a-43ec-4e3d-a774-458772bd8133-image.png file:///media/mark/Verbatim/2020-03-12-123530_952x733_scrot.png

        P Offline
        P Offline
        Pradeep P N
        wrote on 13 Mar 2020, 06:19 last edited by Pradeep P N
        #3

        Hi @markd

        Also please add RPi Compiler & GDB along with Qt Version

        • Qt Version -> Add proper qmake of RPi.
          Example:
          ~/raspi/qt5/bin/qmake

        • Compilers -> Add -> GCC (Both C & C++)
          Example:
          Name for both GCC (RaspberryPi)
          ~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/gcc
          ~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/g++

        • Debuggers -> Add
          Example: GDB (RaspbeeyPi)
          ~/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gdb

        • Finally set all of them in Kits :

        b56a7c11-fdae-4e47-983a-7a0745e9b1ee-image.png

        All the best.

        Pradeep Nimbalkar.
        Upvote the answer(s) that helped you to solve the issue...
        Keep code clean.

        J 1 Reply Last reply 13 Mar 2020, 06:23
        0
        • P Pradeep P N
          13 Mar 2020, 06:19

          Hi @markd

          Also please add RPi Compiler & GDB along with Qt Version

          • Qt Version -> Add proper qmake of RPi.
            Example:
            ~/raspi/qt5/bin/qmake

          • Compilers -> Add -> GCC (Both C & C++)
            Example:
            Name for both GCC (RaspberryPi)
            ~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/gcc
            ~/raspi/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/g++

          • Debuggers -> Add
            Example: GDB (RaspbeeyPi)
            ~/raspi/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gdb

          • Finally set all of them in Kits :

          b56a7c11-fdae-4e47-983a-7a0745e9b1ee-image.png

          All the best.

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 13 Mar 2020, 06:23 last edited by
          #4

          @Pradeep-P-N Compiler is already set (he is working directly on RPi, so no need for cross-compiler)

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          P 1 Reply Last reply 13 Mar 2020, 06:26
          0
          • J jsulm
            13 Mar 2020, 06:23

            @Pradeep-P-N Compiler is already set (he is working directly on RPi, so no need for cross-compiler)

            P Offline
            P Offline
            Pradeep P N
            wrote on 13 Mar 2020, 06:26 last edited by
            #5

            @jsulm
            Thanks,

            I missed it out. Yes he already has arm GCC.

            @markd
            My inputs are for Qt on Ubuntu

            Pradeep Nimbalkar.
            Upvote the answer(s) that helped you to solve the issue...
            Keep code clean.

            1 Reply Last reply
            0
            • J jsulm
              13 Mar 2020, 05:51

              @markd You did not set "Qt version" in your Kit. Go to Qt Versions tab and select qmake from your Qt, then select that Qt version in Kits.

              M Offline
              M Offline
              markd
              wrote on 13 Mar 2020, 19:46 last edited by
              #6

              @jsulm Thank you! That seems to have resolved my problem.

              1 Reply Last reply
              0

              6/6

              13 Mar 2020, 19:46

              • Login

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