Problem configuring QT in ubuntu
-
I just installed QT Creator in Ubuntu but when i create a project, it appears a yellow triangle next to project name and it says : "No kits are enable for this project. Enable kits in Project mode". And if i go in Project tab (the icon in the left menu) it says "No suitable kits found" and a list with
-Desktop
-Desktop Qt 5.12.12 GCC 64 bitbut i cannot select them. Any idea how to solve it?
-
@Dy3zz said in Problem configuring QT in ubuntu:
But do not know how to config it
Compiler is usually auto-detected.
If this is not the case for some reason, go to Compilers tab and make sure it is there, add it if not.
Then go to the Kit and select that compiler in the Kit. -
@Dy3zz said in Problem configuring QT in ubuntu:
Any idea how to solve it?
Are there any yellow exclamation marks next to the Kits?
Can be that something is missing (like compiler).Also, what type of project do want to create?
-
@Dy3zz said in Problem configuring QT in ubuntu:
But do not know how to config it
Compiler is usually auto-detected.
If this is not the case for some reason, go to Compilers tab and make sure it is there, add it if not.
Then go to the Kit and select that compiler in the Kit.