forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.12'
Change-Id: I3e7049da2c3da6f784e3cb3407c22ada556e5d24
This commit is contained in:
@@ -736,14 +736,9 @@ void QMakeStepConfigWidget::updateSummaryLabel()
|
||||
abisChanged();
|
||||
}
|
||||
|
||||
// We don't want the full path to the .pro file
|
||||
const QString args = m_step->allArguments(
|
||||
qtVersion,
|
||||
QMakeStep::ArgumentFlag::OmitProjectPath
|
||||
| QMakeStep::ArgumentFlag::Expand);
|
||||
// And we only use the .pro filename not the full path
|
||||
const QString program = qtVersion->qmakeCommand().fileName();
|
||||
setSummaryText(tr("<b>qmake:</b> %1 %2").arg(program, args));
|
||||
setSummaryText(tr("<b>qmake:</b> %1 %2").arg(program,
|
||||
m_step->project()->projectFilePath().fileName()));
|
||||
}
|
||||
|
||||
void QMakeStepConfigWidget::updateEffectiveQMakeCall()
|
||||
|
||||
Reference in New Issue
Block a user