[QBS] On the use of "Depends" keyword

Christian Kandeler christian.kandeler at theqtcompany.com
Fri Sep 4 10:33:51 CEST 2015


On 09/04/2015 03:59 AM, Jake Petroules wrote:
> Product {
>      type: ["dynamiclibrary"]
>      name: "lib2"
>      Depends { name: "Qt.core" }
>      Depends { name: "lib1"; required: false }

Note that "required" works only for modules at the moment; this is 
tracked in QBS-610.


Christian



More information about the Qbs mailing list