forked from qt-creator/qt-creator
Qbs: Compile fix
Change-Id: I583407e1952a1645f557154592aa022f3baa0a79 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -301,9 +301,9 @@ QString QbsBuildConfiguration::equivalentCommandLine(const BuildStep *buildStep)
|
|||||||
if (stepProxy.keepGoing())
|
if (stepProxy.keepGoing())
|
||||||
Utils::QtcProcess::addArg(&commandLine, QLatin1String("--keep-going"));
|
Utils::QtcProcess::addArg(&commandLine, QLatin1String("--keep-going"));
|
||||||
if (stepProxy.showCommandLines())
|
if (stepProxy.showCommandLines())
|
||||||
Utils::QtcProcess::addArg(&commandLine, QStringList()
|
Utils::QtcProcess::addArgs(&commandLine, QStringList()
|
||||||
<< QLatin1String("--command-echo-mode")
|
<< QLatin1String("--command-echo-mode")
|
||||||
<< QLatin1String("command-line"));
|
<< QLatin1String("command-line"));
|
||||||
if (stepProxy.noInstall())
|
if (stepProxy.noInstall())
|
||||||
Utils::QtcProcess::addArg(&commandLine, QLatin1String("--no-install"));
|
Utils::QtcProcess::addArg(&commandLine, QLatin1String("--no-install"));
|
||||||
if (stepProxy.cleanInstallRoot())
|
if (stepProxy.cleanInstallRoot())
|
||||||
|
Reference in New Issue
Block a user