Cmake: Use double quote marks in a status message

Change-Id: I0de727659189230ec71f9f6f6d30040d77794251
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2016-03-17 14:43:55 +01:00
committed by Tobias Hunger
parent 748c4ac57f
commit 00119ab509

View File

@@ -432,7 +432,7 @@ void BuildDirManager::startCMake(CMakeTool *tool, const QString &generator,
ProjectExplorer::TaskHub::clearTasks(ProjectExplorer::Constants::TASK_CATEGORY_BUILDSYSTEM);
Core::MessageManager::write(tr("Running '%1 %2' in %3.")
Core::MessageManager::write(tr("Running \"%1 %2\" in %3.")
.arg(tool->cmakeExecutable().toUserOutput())
.arg(args)
.arg(workDirectory().toUserOutput()));