Qtcreator: No Valid Kits Found

QtCreator: No valid kits found

Found the issue. Qt Creator wants you to use a compiler listed under one of their Qt libraries. Use the Maintenance Tool to install this.

To do so:

Go to Tools -> Options.... Select Build & Run on left. Open Kits tab.
You should have Manual -> Desktop (default) line in list. Choose it.
Now select something like Qt 5.5.1 in PATH (qt5) in Qt version
combobox and click Apply button. From now you should be able to
create, build and run empty Qt project.

No valid kits found in QT

A Qt kit is detected by Qt Creator by its respective qmake. You Qt Creator simply can't find a qmake. If you have installed Qt properly all you need to do it is to add the location of qmake to the PATH variable.

The size of the download (7GB) of Qt seems rather odd. If your installation has failed (according to your post it does when the installer hits 30%), needless to say you cannot expect to have a functioning Qt hence Qt Creator will also not be useful in this situation.

Qt Creator on Fedora 25: No valid kits found

I got it:

qtcreator was not able to find my qmake installation, because in the fedora packages qmake is:

-rwxr-xr-x. 2 root root 2921520 19. Jul 14:51 /usr/bin/qmake-qt5

Adding a softlink to

lrwxrwxrwx. 1 root root 18 5. Dez 17:17 /usr/bin/qmake -> /usr/bin/qmake-qt5

did NOT help!

You have to point to the correct qmake via :

Build&Run -> Kits -> Manual -> Desktop -> Qt-Version -> Manage -> "Select qmake with file-browser"

Now it seems to find a qt version.
In "Details" the dialog prints "Qt version 5.7.0 for Desktop"

Why there is not a simple output: "Can not find qmake"?

OK, seems to be a bit special to fedora which install qmake to different file name.

Qt 5.9.2: No valid kits found on windows 7

MINGW

Have a look here i am using MinGW compiler with lib. if you have VisualStudio you can select respective libraries too.

Can’t create plain C++ project in Qt creator - no valid kits found

I have just solved it. I had to change “Qt version” from “None” to “Qt 4.8.5 in PATH (System)”. Now the kit shows correctly.

Can't create console application project in QT creator - No valid kits found

QtCreator did not find and tool chains.
Use the Qt Online Installer for Windows to install MinGW or MSVC tool chains.



Related Topics



Leave a reply



Submit