[Qbs] dependency tracking

Christian Kandeler christian.kandeler at qt.io
Mon Sep 14 16:57:15 CEST 2020


On Mon, 14 Sep 2020 19:11:41 +0500
Dan Pat <dannix84 at gmail.com> wrote:

> Hi, I have a code generator using C++ *.h headers as its input. Everything
> works fine for me except for dependency tracking. Since inputs are ordinary
> include files they often include other include files which include other
> include files etc. The problem is that when an include file included by the
> input file changes the generator is not rerun, because, I guess,  it knows
> nothing about it. 

It should, as the scanning is recursive. If you can provide an example project, you could file a bug report.


Christian


More information about the Qbs mailing list