Any Articles about a Basic QT Embedded Linux project in Toradex

how did you run your application? From QT creator. Try to run it from command line!

To find where your QtCreator is installed and the script try:

$ sudo updatedb
$ sudo locate qtcreator.sh
/opt/Qt/Tools/QtCreator/bin/qtcreator.sh

Use permissions super-user to edit qtcreator.sh after execute with:

/opt/Qt/Tools/QtCreator/bin/qtcreator.sh &

I try to deploy and run from QT, I cannot run from command line in target because I think the application is not being deployed there.
When I develop simple hello world console application and deply to target I can see the application in target through target file manager and I can run.
But in this case I think, even the deployment is not being done., I cannot see the appliation in file manager of target
Thank you

I think, your build was not successful. Can you do clean build and send the log in a file?

Here is the build log
link text

The build was successful. Can you copy your application to target and check if it runs.

I tried the deploy all method.
Copy to target means How? Through minicom terminal?
can you please give the steps? Which method I should use ?

You can copy using scp command or just copy the the application to sd card and then run on target.