forked from qt-creator/qt-creator
Use more Utils::CommandLine in make steps
Change-Id: I72bbc65e0bec19a94418f1cb8bf9ba6fafbbe3bc Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -449,7 +449,7 @@ void QMakeStep::setSeparateDebugInfo(bool enable)
|
||||
FilePath QMakeStep::makeCommand() const
|
||||
{
|
||||
auto ms = qobject_cast<BuildStepList *>(parent())->firstOfType<MakeStep>();
|
||||
return ms ? ms->effectiveMakeCommand() : FilePath();
|
||||
return ms ? ms->effectiveMakeCommand().executable() : FilePath();
|
||||
}
|
||||
|
||||
QString QMakeStep::makeArguments(const QString &makefile) const
|
||||
|
||||
Reference in New Issue
Block a user