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. No Suitable Kits Found
Forum Updated to NodeBB v4.3 + New Features

No Suitable Kits Found

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.9k 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.
  • S Offline
    S Offline
    sajis
    wrote on last edited by
    #1

    I have installed Qt 5 on Ubuntu 22.04. Withe qmake --version command I get the following output:

    QMake version 3.1
    Using Qt version 5.15.3 in /usr/lib/x86_64-linux-gnu

    But when I try to build a project with Qt Creator, it complains no suitable kits found.

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

      Hi and welcome to devnet,

      How did you install Qt Creator ?
      Did you install the Qt development packages as well ?

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

        Used the following command to install qt 5:

        sudo apt install -y qtcreator qtbase5-dev qt5-qmake cmake

        Anything else missing ?

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

          It depends on which modules you will need beside the ones from qtbase.

          Did you check your Qt Creator settings and more specifically the Qt part ?

          Is your Qt installation found ?
          Is there any kit associated with ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          S 1 Reply Last reply
          0
          • SGaistS SGaist

            It depends on which modules you will need beside the ones from qtbase.

            Did you check your Qt Creator settings and more specifically the Qt part ?

            Is your Qt installation found ?
            Is there any kit associated with ?

            S Offline
            S Offline
            sajis
            wrote on last edited by
            #5

            How to check in QtCreator if the Qt installation is found or not ?

            There is no kit associated with it. Try extract system information from qt creator :

            {noformat}
            Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0) on "xcb"
            OS: Ubuntu 22.04.2 LTS [linux version 5.19.0-35-generic]

            Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX

            Environment:
            QT_ACCESSIBILITY="1"
            QT_IM_MODULE="ibus"

            Features: QT_NO_EXCEPTIONS

            Library info:
            PrefixPath: /usr
            DocumentationPath: /usr/share/qt5/doc
            HeadersPath: /usr/include/x86_64-linux-gnu/qt5
            LibrariesPath: /usr/lib/x86_64-linux-gnu
            LibraryExecutablesPath: /usr/lib/x86_64-linux-gnu/qt5/libexec
            BinariesPath: /usr/lib/qt5/bin
            PluginsPath: /usr/lib/x86_64-linux-gnu/qt5/plugins
            ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/imports
            Qml2ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/qml
            ArchDataPath: /usr/lib/x86_64-linux-gnu/qt5
            DataPath: /usr/share/qt5
            TranslationsPath: /usr/share/qt5/translations
            ExamplesPath: /usr/lib/x86_64-linux-gnu/qt5/examples
            TestsPath: /usr/tests
            SettingsPath: /etc/xdg

            SGaistS 1 Reply Last reply
            0
            • S sajis

              How to check in QtCreator if the Qt installation is found or not ?

              There is no kit associated with it. Try extract system information from qt creator :

              {noformat}
              Qt 5.15.3 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.3.0) on "xcb"
              OS: Ubuntu 22.04.2 LTS [linux version 5.19.0-35-generic]

              Architecture: x86_64; features: SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX

              Environment:
              QT_ACCESSIBILITY="1"
              QT_IM_MODULE="ibus"

              Features: QT_NO_EXCEPTIONS

              Library info:
              PrefixPath: /usr
              DocumentationPath: /usr/share/qt5/doc
              HeadersPath: /usr/include/x86_64-linux-gnu/qt5
              LibrariesPath: /usr/lib/x86_64-linux-gnu
              LibraryExecutablesPath: /usr/lib/x86_64-linux-gnu/qt5/libexec
              BinariesPath: /usr/lib/qt5/bin
              PluginsPath: /usr/lib/x86_64-linux-gnu/qt5/plugins
              ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/imports
              Qml2ImportsPath: /usr/lib/x86_64-linux-gnu/qt5/qml
              ArchDataPath: /usr/lib/x86_64-linux-gnu/qt5
              DataPath: /usr/share/qt5
              TranslationsPath: /usr/share/qt5/translations
              ExamplesPath: /usr/lib/x86_64-linux-gnu/qt5/examples
              TestsPath: /usr/tests
              SettingsPath: /etc/xdg

              SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @sajis just as I wrote: go to Qt Creator's settings.

              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

              • Login

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