forked from qt-creator/qt-creator
overhaul process argument handling
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
This commit is contained in:
@@ -101,7 +101,7 @@ void IPCEngineHost::setupInferior()
|
||||
SET_NATIVE_BYTE_ORDER(s);
|
||||
s << QFileInfo(startParameters().executable).absoluteFilePath();
|
||||
s << startParameters().processArgs;
|
||||
s << startParameters().environment;
|
||||
s << startParameters().environment.toStringList();
|
||||
}
|
||||
rpcCall(SetupInferior, p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user