forked from qt-creator/qt-creator
qmakeprojectmanager: Native separators in import() error message
Looks better on Windows. Change-Id: Ie9a7319823808cb578d6afa8833ed7e88b93d5a5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
de05f9e622
commit
8c83dbe4ff
@@ -181,7 +181,7 @@ QList<ProjectExplorer::BuildInfo *> QmakeProjectImporter::import(const Utils::Fi
|
|||||||
QMessageBox::critical(Core::ICore::mainWindow(),
|
QMessageBox::critical(Core::ICore::mainWindow(),
|
||||||
QCoreApplication::translate("QmakeProjectManager::Internal::QmakeProjectImporter", "No Build Found"),
|
QCoreApplication::translate("QmakeProjectManager::Internal::QmakeProjectImporter", "No Build Found"),
|
||||||
QCoreApplication::translate("QmakeProjectManager::Internal::QmakeProjectImporter", "No build found in %1 matching project %2.")
|
QCoreApplication::translate("QmakeProjectManager::Internal::QmakeProjectImporter", "No build found in %1 matching project %2.")
|
||||||
.arg(importPath.toUserOutput()).arg(projectFilePath()));
|
.arg(importPath.toUserOutput()).arg(QDir::toNativeSeparators(projectFilePath())));
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user