[Qt-interest] passing multiple args to rsh encapsulated in a QProcess

Thomi Richards thomir at gmail.com
Wed Aug 26 11:56:21 CEST 2009


Hi,

2009/8/26 Sarvesh Saran <Sarvesh.Saran at synopsys.com>:
Instead of this:

> args<<”machine1”<<”. /mypath/settings.sh”<<”;mycommand”;

Don't you actually want this?

args<<”machine1”<<”. /mypath/settings.sh;mycommand”;


Haven't tested this BTW...




More information about the Qt-interest-old mailing list