aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/artifactcleaner.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-04-26 11:43:04 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-26 12:33:01 +0000
commitf3a64535fcc0b83751933d8149f9de035d55d605 (patch)
treeb47f9df70f02b42ca09134ec50ac92bc4be2aca9 /src/lib/corelib/buildgraph/artifactcleaner.cpp
parent2558aab4de3ee1b0995ed2f32fdb51bef71987d7 (diff)
Print debug output when the project's "dirty" flag is written
Change-Id: I67bac50beea4efb572b3299137ef52dc725647ee Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/artifactcleaner.cpp')
-rw-r--r--src/lib/corelib/buildgraph/artifactcleaner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/artifactcleaner.cpp b/src/lib/corelib/buildgraph/artifactcleaner.cpp
index 280005e02..232591e10 100644
--- a/src/lib/corelib/buildgraph/artifactcleaner.cpp
+++ b/src/lib/corelib/buildgraph/artifactcleaner.cpp
@@ -74,7 +74,7 @@ static void invalidateArtifactTimestamp(Artifact *artifact)
{
if (artifact->timestamp().isValid()) {
artifact->clearTimestamp();
- artifact->product->topLevelProject()->buildData->isDirty = true;
+ artifact->product->topLevelProject()->buildData->setDirty();
}
}