On 09/13/2013 11:58 AM, Raphael Cotty wrote:
> Is there a way to set cpp.warningLevel to none for all the different
> projects?
Sounds like you want to set that in in a profile:
qbs config <profile>.cpp.warningLevel none
(Or use config-ui.)
Christian