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 last edited by markd
    #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

    jsulmJ Pradeep P NP 2 Replies Last reply
    0
    • M markd

      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

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on 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
      1
      • M markd

        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

        Pradeep P NP Offline
        Pradeep P NP Offline
        Pradeep P N
        wrote on 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.

        jsulmJ 1 Reply Last reply
        0
        • Pradeep P NP Pradeep P N

          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.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on 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

          Pradeep P NP 1 Reply Last reply
          0
          • jsulmJ jsulm

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

            Pradeep P NP Offline
            Pradeep P NP Offline
            Pradeep P N
            wrote on 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
            • jsulmJ jsulm

              @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 last edited by
              #6

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

              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