On Wednesday 25 March 2015, Wilhelm wrote:
> 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?

You can check mkspecs/features/c++14.prf for the conditions that triggers it.

It should have worked. You probably need a cleaner build.

`Allan
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to