El Wednesday 25 March 2015, Wilhelm escribió:
> Hi all,
> 
> the qmake documentation says that is is possible to set
> 
> CONFIG+= c++14
> 
> But if I do so, the generated makefile still contains the flag
> 
> -std=c++11
> 
> So, whats wrong here?

1. Have you re-rerun qmake?
2. Does your compiler support that flag? Which version it is?

With c++11 the flag added depends on the compiler, so -std=c++0x could be 
added instead. That could be the case.

-- 
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
http://barnacity.net/ | http://disperso.net
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to