PDA

View Full Version : tell 'Qt Creator' to execute another application before this / pass argument to this



navid
28th February 2010, 04:08
hello

how can I tell 'Qt Creator' to execute another application before this and also pass argument to this application?

regards
navid

Lykurg
28th February 2010, 07:32
See the application tab. There you can define arguments when executing your app.

navid
28th February 2010, 07:38
where is the "application tab" ?

Lykurg
28th February 2010, 08:10
Ehm, I meant project tab. Sorry. On the left side. There you find something like "execution" and when you click on the "more" button you can specify arguments to your application. But as I see now for executing you can't specify another app to launch. Then you have to write your own bash script which start both applications and set this bash file to be executed in designer.