forked from qt-creator/qt-creator
Update qbs submodule.
To HEAD of 1.5 branch. Also do the necessary adaptations in the QbsProjectManager plugin. Change-Id: Ic4c756b7f6134b9c61bad9635ac25c1e33c75825 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
committed by
Christian Kandeler
parent
869c46227d
commit
4f04900f45
@@ -257,10 +257,6 @@ public:
|
||||
return m_qbsBuildStep ? m_qbsBuildStep->maxJobs() : 0;
|
||||
}
|
||||
|
||||
bool allArtifacts() const {
|
||||
return m_qbsCleanStep ? m_qbsCleanStep->cleanAll() : false;
|
||||
}
|
||||
|
||||
QString installRoot() const {
|
||||
return m_qbsInstallStep ? m_qbsInstallStep->absoluteInstallRoot() : QString();
|
||||
}
|
||||
@@ -308,8 +304,6 @@ QString QbsBuildConfiguration::equivalentCommandLine(const BuildStep *buildStep)
|
||||
Utils::QtcProcess::addArgs(&commandLine, QStringList() << QLatin1String("--jobs")
|
||||
<< QString::number(jobCount));
|
||||
}
|
||||
if (stepProxy.allArtifacts())
|
||||
Utils::QtcProcess::addArg(&commandLine, QLatin1String("--all-artifacts"));
|
||||
const QString installRoot = stepProxy.installRoot();
|
||||
if (!installRoot.isEmpty()) {
|
||||
Utils::QtcProcess::addArgs(&commandLine, QStringList() << QLatin1String("--install-root")
|
||||
|
||||
Reference in New Issue
Block a user