Very strange - I have the opposite: I cannot call command line tools, but only graphical programs (other thread).

Does startDetached help? What about
Qt Code:
  1. proc->start("myprogram", QStringList() << "-a -b")
To copy to clipboard, switch view to plain text mode 
?