I am on RHEL6 Linux QT4.8 QtCreator 2.8.1. My system call is as follows:

system ( "/home/mydir/build-FlashRad-Desktop-Debug/FlashRad ");

FlashRad is the executable

From a command line When I cd into /home/mydir/build-FlashRad-Desktop-Debug and type ./FlashRad it runs the app.

But from the calling app I get the error that the director/file does not exist.

Is my system syntax wrong? Thanks for any help

emp1953