Reinstalled two times Qt 6, could not configure
-
What Am I doing wrong?
Previously did everything in the same way
I've installed 6.4.2 version, with Webassembly and Android
When creating any project it ask me to configure the projectRest are stated in screenshots below:
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
It looks like you are on a Linux system. On a Ubuntu system you need to do a
sudo apt-get install build-essential
to get the compiler / make / debugger tools.You should also do a
sudo apt-get install cmake ninja-build
. -
Hi,
Both your kits have warning triangles on them. Hover over them to see what the issues are. It could be missing compilers or something else.
-
What do you have in the "Compilers" tab?
Also when you click on a Kit it should expand its settings and at the C and C++ compilers you have a combobox where you can select the appropriate compiler.
-
@cristian-adam
it have been the same when I first faced this issue one reinstall ago -
What happens if you click on "Re-detect"?
-
It looks like you are on a Linux system. On a Ubuntu system you need to do a
sudo apt-get install build-essential
to get the compiler / make / debugger tools.You should also do a
sudo apt-get install cmake ninja-build
. -
This post is deleted!
-
-
This post is deleted!