forked from qt-creator/qt-creator
ProjectExplorer: Use Utils::FileName for Runnable::executable
Change-Id: I584bc18aa19a4c9886af7b13e95052dfd4350b34 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -539,9 +539,8 @@ void QmlEngine::startApplicationLauncher()
|
||||
{
|
||||
if (!d->applicationLauncher.isRunning()) {
|
||||
const Runnable runnable = runParameters().inferior;
|
||||
showMessage(tr("Starting %1 %2").arg(QDir::toNativeSeparators(runnable.executable),
|
||||
runnable.commandLineArguments),
|
||||
Utils::NormalMessageFormat);
|
||||
showMessage(tr("Starting %1").arg(runnable.commandLine().toUserOutput()),
|
||||
NormalMessageFormat);
|
||||
d->applicationLauncher.start(runnable);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user