aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/artifactcleaner.cpp
diff options
context:
space:
mode:
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 a1e91cdaf..ad93c1d4a 100644
--- a/src/lib/corelib/buildgraph/artifactcleaner.cpp
+++ b/src/lib/corelib/buildgraph/artifactcleaner.cpp
@@ -113,7 +113,7 @@ private:
if (m_options.cleanType() == CleanOptions::CleanupTemporaries) {
QBS_CHECK(artifact->transformer);
foreach (Artifact * const sibling, artifact->transformer->outputs) {
- if (artifact->product->buildData->targetArtifacts.contains(sibling))
+ if (artifact->product->buildData->targetArtifacts().contains(sibling))
return;
}
}