STUCK ! ERROR : No suitable kits found
Unsolved
General and Desktop
-
@thaya said in STUCK ! ERROR : No suitable kits found:
I just installed the application
What application do you mean? QtCreator? Did you also install Qt?
-
Hi, and welcome!
@thaya said in STUCK ! ERROR : No suitable kits found:
I just installed the application.
You need to install 3 things:
- Qt Creator, the IDE (Integrated Development Environment)
- A version of the Qt libraries
- A C++ compiler that is compatible with your Qt libraries
You have definitely installed Qt Creator. However, it's not clear if you have installed Qt and a compiler. (A "Kit" = Qt + Compiler)
Which compiler do you want to use?