Kits configuration
-
C Christian Ehrlicher moved this topic from General and Desktop on
-
@Christian-Ehrlicher Does it mean that I have no compiler in my linux machine ? Where can I find some, preferably free of charge ?
Hi @abshaev
E.g. https://gcc.gnu.org/
Install it with the package tools of your Linux distribution, e.g. for Ubuntu/Debian with
sudo apt install build-essential
Regards
-
Hello All,
I am newer in Qt. Have just installed Qt Creator 12.0.02. However when I open my project written in old Qt version the
system shows that my pro settings are unsuitable for current Qt version. How can I solve this problem ?
@abshaev said in Kits configuration:
How can I solve this problem ?
Maybe by installing an appropriate compiler?
-
@abshaev said in Kits configuration:
How can I solve this problem ?
Maybe by installing an appropriate compiler?
@Christian-Ehrlicher Does it mean that I have no compiler in my linux machine ? Where can I find some, preferably free of charge ?
-
@Christian-Ehrlicher Does it mean that I have no compiler in my linux machine ? Where can I find some, preferably free of charge ?
Hi @abshaev
E.g. https://gcc.gnu.org/
Install it with the package tools of your Linux distribution, e.g. for Ubuntu/Debian with
sudo apt install build-essential
Regards
-
Hi @abshaev
E.g. https://gcc.gnu.org/
Install it with the package tools of your Linux distribution, e.g. for Ubuntu/Debian with
sudo apt install build-essential
Regards
-
A aha_1980 has marked this topic as solved on