Quote Originally Posted by bood
Thx for reminding
setWorkingDirectory should not affect the start, it only affects the new process' env
It affects the place QProcess looks for the file. Look, that you have given a relative path (dir/file) to that file, so QProcess looks for it there and only there.