forked from qt-creator/qt-creator
QmlJSDebug: Enable compilation of library also for Symbian
This commit is contained in:
@@ -273,8 +273,8 @@ bool BuildableHelperLibrary::buildHelper(const BuildHelperArguments &arguments,
|
||||
return false;
|
||||
}
|
||||
log->append(QCoreApplication::translate("ProjectExplorer::BuildableHelperLibrary",
|
||||
"Running %1 ...\n").arg(makeFullPath));
|
||||
if (!runBuildProcess(proc, makeFullPath, QStringList(), 120000, false, log, errorMessage))
|
||||
"Running %1 %2 ...\n").arg(makeFullPath, arguments.makeArguments.join(" ")));
|
||||
if (!runBuildProcess(proc, makeFullPath, arguments.makeArguments, 120000, false, log, errorMessage))
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user