[Interest] qmake and CONFIG += c++14

Allan Sandfeld Jensen kde at carewolf.com
Wed Mar 25 12:03:45 CET 2015


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



More information about the Interest mailing list