[QBS] It's seems that qbs implemented in C++

2013-09-13 Thread Yonggang Luo
is that possible to implement most of the qbs in javascript/QML and the performance critical part in C++. That's make qbs easier to maintain. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ QBS mailing list QBS@qt-project.org

[QBS] Changing cpp.warningLevel property globally

2013-09-13 Thread Raphael Cotty
Hi, Is there a way to set cpp.warningLevel to none for all the different projects? Thanks ___ QBS mailing list QBS@qt-project.org http://lists.qt-project.org/mailman/listinfo/qbs

Re: [QBS] Changing cpp.warningLevel property globally

2013-09-13 Thread Raphael Cotty
Hi, Thanks Is there a way to store the global options for a project in a file? Or defining a profile for a project. This file can then be saved in source repository. Raphael Cotty From: qbs-bounces+r.cotty=cascade-technologies@qt-project.org

Re: [QBS] Changing cpp.warningLevel property globally

2013-09-13 Thread Christian Kandeler
On 09/13/2013 12:43 PM, Raphael Cotty wrote: Is there a way to store the global options for a project in a file? No, but if all (or most) of your products should get a certain property, you could derive them from a custom product item that has it: - genericproduct.qbs - import qbs