Re: [Qbs] Depending on item with dynamic name

2017-10-12 Thread Joerg Bornemann
On 10/12/2017 08:26 AM, resurrect...@centrum.cz wrote: is there a way do depend on a product with dynamically generated name? Via id prehaps or some other identifier? E.g.: /import qbs/ /import qbs.FileInfo/ /Project/ /{/ /    Product/ /    {/ /        name:

[Qbs] Depending on item with dynamic name

2017-10-12 Thread resurrection
Hi, is there a way do depend on a product with dynamically generated name? Via id prehaps or some other identifier?   E.g.:   import qbs import qbs.FileInfo   Project {     Product     {         name: FileInfo.baseName(sourceDirectory)     }     Product     {         Depends { name: "???" }