Cofigure compiler in Kit option
Unsolved
Installation and Deployment
-
I have installed Qt creator using online installer(on RHEL6 on x86 machine). Also installed gcc compiler using command
#yum install gcc
installation is successfulwhen I try to build an application following error comes
"Qt creator needs a compiler setup to build.Configure a compiler in kit Options"
Please suggest hoe to configure a compiler in kit options
-
Hi and welcome to devnet,
You need to install g++ in order compile c++ code.