diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2012-04-20 11:42:39 +0200 |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2012-04-25 10:54:00 +0200 |
commit | 18cdee59a09521916b46749d43566fac7372bcc2 (patch) | |
tree | 047efe0ad9b38e91521f0068746bbf351c2a4227 /src/lib/buildgraph/artifact.h | |
parent | 24b79b2a178abe4fe601ca5c8118841c8655341a (diff) | |
download | qbs-18cdee59a09521916b46749d43566fac7372bcc2.tar.gz |
rescue dependencies from old BG
When regenerating the build graph we must not throw
away the dependencies we got from the scanners.
Those are now extracted from the old build graph
and inserted into the new one.
Change-Id: I62758d14ec22a7e7e741f9ed8f452a726771879f
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/lib/buildgraph/artifact.h')
-rw-r--r-- | src/lib/buildgraph/artifact.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/buildgraph/artifact.h b/src/lib/buildgraph/artifact.h index e11689dfb..494ec5c70 100644 --- a/src/lib/buildgraph/artifact.h +++ b/src/lib/buildgraph/artifact.h @@ -48,6 +48,14 @@ class BuildProduct; class BuildProject; class Transformer; +/** + * The Artifact class + * + * Let artifact P be the parent of artifact C. Thus C is child of P. + * C produces P using the transformer P.transformer. + * + * + */ class Artifact : public PersistentObject { public: |