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. I get the "no vali kit" error when I run Qt creator as a non-super user

I get the "no vali kit" error when I run Qt creator as a non-super user

Scheduled Pinned Locked Moved Qt Creator and other tools
no valid kitnon-super userlinux mintmintno valid versio
6 Posts 3 Posters 2.7k 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.
  • A Offline
    A Offline
    AliRomanista
    wrote on 23 Aug 2015, 14:14 last edited by AliRomanista
    #1

    Hi.

    First of all I should mention that I'm using Linux mint 17.1 on my laptop. When I want to create an empty project in Qt creator, I'll get an "No valid kit" error (I don't even know what a kit is). It directs me to options to create a kit. When I go to options I can see that a kit named "Desktop" exist. there is also a compiler set in compiler Tab. But what is missing is a Qt version. So I tried to add it manually but when I browse "/usr/bin", I can't find any "qmake". This is while I can locate "/usr/bin/qmake" using terminal.
    I tried to run Qt creator as super user and this time there was a Qt version set named "Qt 4.8.6" and I was able to create a project.
    I don't want to run Qt creator as super user each time I use it so can anyone help me with this issue?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 23 Aug 2015, 20:12 last edited by
      #2

      Hi and welcome to devnet,

      How did you install Qt Creator on your machine ?

      A Kit is a Qt setup containing a Compiler + Qt version + Debugger + some other stuff if needed.

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

      A 1 Reply Last reply 29 Aug 2015, 11:38
      0
      • S SGaist
        23 Aug 2015, 20:12

        Hi and welcome to devnet,

        How did you install Qt Creator on your machine ?

        A Kit is a Qt setup containing a Compiler + Qt version + Debugger + some other stuff if needed.

        A Offline
        A Offline
        AliRomanista
        wrote on 29 Aug 2015, 11:38 last edited by AliRomanista
        #3

        @SGaist Hi and thanks for your reply.
        I installed Qt using Linux mint software manager. I installed qt creator which was described (lightweight ide) and qt-sdk which was described (complete Qt sdk). I don't think I missed anything.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 29 Aug 2015, 23:14 last edited by
          #4

          Looks like a glitch in Mint then.
          Just to be sure, you installed everything from the software manager ?

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

          A 1 Reply Last reply 30 Aug 2015, 10:30
          0
          • S SGaist
            29 Aug 2015, 23:14

            Looks like a glitch in Mint then.
            Just to be sure, you installed everything from the software manager ?

            A Offline
            A Offline
            AliRomanista
            wrote on 30 Aug 2015, 10:30 last edited by
            #5

            Yes. It said "complete Qt SDK" so I realize it must contain everything.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              David.G
              wrote on 30 Aug 2015, 11:23 last edited by
              #6

              Linux mint, being based on Ubuntu also shares the same packages (I use Kubuntu). QtCreator is a separate package and doesn't actually install any of the development packages needed as far as I know (it just recommends them). Do sudo apt install qtbase5-dev qt5-default qtdeclarative5-dev, you won't be able to see the kit right away, go to Tools -> Options -> Build & Run -> Qt Versions -> Add Kit add /usr/bin/qmake which should link to qmake qt5. A list of Qt5 dev packages and their respective modules.

              1 Reply Last reply
              0

              6/6

              30 Aug 2015, 11:23

              • 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