forked from qt-creator/qt-creator
Utils: Fix compile on Windows
Amends 0567f35e21
.
Change-Id: I337d4de98533aa408d404d1e6f49fa90cf757ee5
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -396,9 +396,7 @@ bool ConsoleProcess::start()
|
||||
pargs = d->m_commandLine.arguments();
|
||||
} else {
|
||||
ProcessArgs outArgs;
|
||||
ProcessArgs::prepareCommand(d->m_commandLine.executable().toString(),
|
||||
d->m_commandLine.arguments(),
|
||||
&pcmd, &outArgs, OsTypeWindows,
|
||||
ProcessArgs::prepareCommand(d->m_commandLine, &pcmd, &outArgs,
|
||||
&d->m_environment, &d->m_workingDir);
|
||||
pargs = outArgs.toWindowsArgs();
|
||||
}
|
||||
|
Reference in New Issue
Block a user