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 >

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 o

Re: [QBS] Console appears

2015-08-05 Thread Christian Kandeler
On 08/05/2015 01:10 AM, Julien Kirsch wrote: > Hi, > in my recent project I need to get the rid of the console, since I have > use for it. > I took a look at your "examples" and found the following code fragment: > > "consoleApplication: true" > > It looked like a simple solution, but soon I found