summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/makestep.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2019-09-10 23:39:29 +0300
committerOrgad Shaneh <orgads@gmail.com>2019-09-18 09:35:39 +0000
commite38361b5a8bbcd963954aaa895e7f91a967bf324 (patch)
tree0d070576dd51ce7f60b897618be7aadd0a372045 /src/plugins/projectexplorer/makestep.cpp
parent057215eb108270ff2a2bc6e3967e032cd9a20fd8 (diff)
downloadqt-creator-e38361b5a8bbcd963954aaa895e7f91a967bf324.tar.gz
Lower priority on build
This should prevent slowdown of the IDE (and the rest of the system) while building with all the CPU cores. Fixes: QTCREATORBUG-5155 Change-Id: Icaadc53958f2d8e918035463e3c9344c91235615 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/makestep.cpp')
-rw-r--r--src/plugins/projectexplorer/makestep.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/makestep.cpp b/src/plugins/projectexplorer/makestep.cpp
index dece53ad6f..8961cd718d 100644
--- a/src/plugins/projectexplorer/makestep.cpp
+++ b/src/plugins/projectexplorer/makestep.cpp
@@ -65,6 +65,7 @@ MakeStep::MakeStep(BuildStepList *parent, Core::Id id)
m_userJobCount(defaultJobCount())
{
setDefaultDisplayName(defaultDisplayName());
+ setLowPriority();
}
void MakeStep::setBuildTarget(const QString &buildTarget)