aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2022-04-07 10:43:52 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2022-04-07 10:45:31 +0200
commit6ce70663712a36bfc95c9e8c0f4ebd14102ff327 (patch)
tree0a43fec5dea61490b1ddfa043fb5393a7e8c43e2 /src
parent2d85e7fd52a2897d43fd351eb202d5bd8213490e (diff)
parent36639ff3a50fdaa7e49b5bdb95bc5f4c9ea65706 (diff)
Merge remote-tracking branch 'origin/1.21' into 1.22
It seems we completely forgot to merge 1.21 into master, losing at least some of the bugfixes in 1.21.1. Change-Id: I4e8e32a861da817d9b686991933d6a32332534c5
Diffstat (limited to 'src')
-rw-r--r--src/lib/corelib/buildgraph/projectbuilddata.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/projectbuilddata.cpp b/src/lib/corelib/buildgraph/projectbuilddata.cpp
index 0ac6b1537..e0e70e650 100644
--- a/src/lib/corelib/buildgraph/projectbuilddata.cpp
+++ b/src/lib/corelib/buildgraph/projectbuilddata.cpp
@@ -240,7 +240,6 @@ void ProjectBuildData::removeArtifact(Artifact *artifact,
artifact->transformer->outputs.remove(artifact);
if (removeFromProduct)
artifact->product->buildData->removeArtifact(artifact);
- m_isDirty = false;
}
void ProjectBuildData::setDirty()