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

Alejandro Exojo suy at badopi.org
Wed Mar 25 07:24:10 CET 2015


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



More information about the Interest mailing list