CMake Project configuraton failed.
-
i'm new to qt , i've installed qt 6.5.2 on ubuntu 20.04, while in the starting itself to print an helloworld in c, i got "cmake configuration not found".anyone pls help.
@Aswin_008 See cmake output in "General Messages", it should tell you what is wrong.
-

In general message ,it show likes this. but I've already installed my gcc and g++ compilers.
@Aswin_008 Please show your compiler tab in your Kit configuration.
Also, did you install build-essential package in your Ubuntu? -

In general message ,it show likes this. but I've already installed my gcc and g++ compilers.
@Aswin_008
as
is missing... that is a very unusual error, I don't think I've ever seen it on a desktop machine. When cross-compiling, yes.Try running this in terminal:
sudo apt install build-essential
, hopefully it will fix the problem. -
@Aswin_008
as
is missing... that is a very unusual error, I don't think I've ever seen it on a desktop machine. When cross-compiling, yes.Try running this in terminal:
sudo apt install build-essential
, hopefully it will fix the problem. -
@Aswin_008 Please select the compiler you're using in "Compilers" and check whether there are any errors/warnings.
-
there are no error in gcc,g++ compilers. they're working good. there's no error in the compilers page.
@Aswin_008 Set the auto detected compiler
-
@Aswin_008 I mean select the autodetected compiler in your Kit (so use the autodetected compiler, not the one you added manually).
-
I'm unable to select the auto-detected compilers in the kit page.
It only shows the manually entered compilers.
@Aswin_008 Can you execute this command in a terminal and post the output?
as -v