Re: [QBS] Duplicate product name

2014-05-20 Thread olivier musse
Hi, I'm back on that point after working on it this night trying to find a solution without success. Perhaps I'm missing something, it should be possible to do that with qbs. Hereafter is a sample more close to what is finally my case. Imagine I'm developing two applications app1 and app2

[QBS] Generate pre compiled headers

2014-05-20 Thread olivier musse
Hi, I want to create a module to automatically create and compile a pre compile header file in my project For that I create the following module - generatePCH.qbs importqbs import qbs.TextFile import qbs.FileInfo Module { Rule { inputs: ['pch'] multiplex:true