aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/executorjob.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-12 16:20:27 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-29 17:10:30 +0000
commit53fd74e4e4fc45070539583f93a7889e3e5e2180 (patch)
treedbaf042b3f52af208e6594641ddcda244d0a78d9 /src/lib/corelib/buildgraph/executorjob.cpp
parent898d09d4790e94e9d5e92a39440866932cd7f211 (diff)
Implement change tracking for the product.dependencies array
We added change tracking for the elements of the array in 898d09d479, but the array itself was not covered. Change-Id: I7d4083e8bf77f52e1f4a3b5da85ba13cf52fe750 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/executorjob.cpp')
-rw-r--r--src/lib/corelib/buildgraph/executorjob.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/executorjob.cpp b/src/lib/corelib/buildgraph/executorjob.cpp
index 0b67f2eee..79ede1c3b 100644
--- a/src/lib/corelib/buildgraph/executorjob.cpp
+++ b/src/lib/corelib/buildgraph/executorjob.cpp
@@ -105,6 +105,7 @@ void ExecutorJob::run(Transformer *t)
t->propertiesRequestedInCommands.clear();
t->propertiesRequestedFromArtifactInCommands.clear();
t->importedFilesUsedInCommands.clear();
+ t->depsRequestedInCommands.clear();
QBS_CHECK(!t->outputs.empty());
m_processCommandExecutor->setProcessEnvironment(
(*t->outputs.cbegin())->product->buildEnvironment);