I am trying to build my Qt project with C++11 standard. I added this flag in the build steps, additional argument option, in the Qt Creator :
-std=c++11
But I got this error while building :
Unknown option -std=c++11
g++ version info : g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Any ideas ?