Re: [QBS] Using qbs for in-source build

2015-08-05 Thread Joerg Bornemann
On 04-Aug-15 22:14, Orgad Shaneh wrote: * If I delete the output file it is not regenerated (unless I delete the build graph, which regenerates all the files) The timestamps are stored in the build graph for performance reasons (esp. for Windows). If you mess around with the contents of

Re: [QBS] Using qbs for in-source build

2015-08-05 Thread Christian Kandeler
On 08/05/2015 10:31 AM, Joerg Bornemann wrote: On 04-Aug-15 22:14, Orgad Shaneh wrote: * If I delete the output file it is not regenerated (unless I delete the build graph, which regenerates all the files) The timestamps are stored in the build graph for performance reasons (esp.

[QBS] Using qbs for in-source build

2015-08-04 Thread Orgad Shaneh
Hi, I have a code generator that transforms html (and html-related files like css) to cpp. The source files are located in some nested directory tree, and the generator is in its top level (named pbuilder). The code generator produces its artifacts in the source directory. I can't control it