how to add C++ compiler to QT creator?
Hello!
I have installed the QT creator and I need to compile c++ project. THere are a lot of guides but all them have screenshots where C++ compilers are auto-detected, but in my QT there are nothing about it.
Couldn't you help me? or just post a good link or smth.
thanks in advance
Re: how to add C++ compiler to QT creator?
Fire up QtCreator, go to Tools > Options
Make sure those settings are correct
Re: how to add C++ compiler to QT creator?
Which platform and which compiler do you want to use? Normally your compiler should be detected.
If you are using the VS versions of Qt I think you have to install the Microsoft C++ compiler separately (by installing Visual Studio for example). Or use the MinGW version of Qt instead (here is the compiler included).
Re: how to add C++ compiler to QT creator?
On Linux (Debian or Ubuntu) you might do (as root):
apt-get update
apt-get install g++