aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/processcommandexecutor.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-03-09 14:47:10 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-03-12 08:11:46 +0000
commitc6f0044d74fc6cbf6076d1f1c80b179a8067e387 (patch)
tree6a2cc1e73c74810a7d088a67dad87eefa5414628 /src/lib/corelib/buildgraph/processcommandexecutor.h
parentb608f25a930710dc146e9e4ed99104be36de1024 (diff)
Add product name to command descriptions
The pure file name that the description usually contains does not always provide enough context: It's not necessarily clear from a file name which product it belongs to, and some files can be built as part of more than one product. Because we print the full product name, including the multiplexing information if necessary, we also remove the JS code that provided this kind of disambiguation for GCC compiler and linker rules only. [ChangeLog] Command descriptions now also contain the product name. Change-Id: I9702a6cff3faffb086e5c93e02fffa6e65fb1043 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/processcommandexecutor.h')
-rw-r--r--src/lib/corelib/buildgraph/processcommandexecutor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/processcommandexecutor.h b/src/lib/corelib/buildgraph/processcommandexecutor.h
index 1e4b18777..bebe3a5e2 100644
--- a/src/lib/corelib/buildgraph/processcommandexecutor.h
+++ b/src/lib/corelib/buildgraph/processcommandexecutor.h
@@ -70,7 +70,7 @@ private:
void onProcessFinished();
void doSetup();
- void doReportCommandDescription();
+ void doReportCommandDescription(const QString &productName);
void doStart();
void cancel();