forked from qt-creator/qt-creator
ProjectExplorer: Add a setting for low build priority
Default is false. Task-number: QTCREATORBUG-23048 Change-Id: I0f0cc787229456aad2ddf47e4ef37bad58af2038 Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
2a8a39f12b
commit
92c067ba36
@@ -76,7 +76,7 @@ QMakeStep::QMakeStep(BuildStepList *bsl) : AbstractProcessStep(bsl, Constants::Q
|
||||
{
|
||||
//: QMakeStep default display name
|
||||
setDefaultDisplayName(tr("qmake"));
|
||||
setLowPriority();
|
||||
setLowPriorityIfConfigured();
|
||||
}
|
||||
|
||||
QmakeBuildConfiguration *QMakeStep::qmakeBuildConfiguration() const
|
||||
|
||||
Reference in New Issue
Block a user