On Sun, Jun 02, 2013 at 10:24:58AM +0200, Georg Baum wrote: > > Now, there is a home made command line parser which translates some > artificial syntax in something that can be used by QProcess, and the > question is what this parser expects.
It expects a subset of a posix-shell syntax. Quoting and simple redirections should work. Piping and other advanced features do not. Feel free to improve the parser and the documented behavior if you think it is lacking. Personally, I would simply undefine USE_QPROCESS and have back a real shell syntax, but I am not main-stream, apparently. -- Enrico