Cross comile QT/X11 application from linux to the BeagleBoard

Hi,
Im intersted in cross compile my application that i made on my home
computer (Ubuntu) with QT IDE to my beagleboard.

I understand that i need to support X11 to be able to run qt
aplications on the beagleboard.
Is it correct?

Second, i used this site- http://labs.trolltech.com/blogs/2009/09/10/cross-compiling-qtx11/
is this the right way to do it? because i ran into some problems and
was unable to complete the process.

thanks

Hi,
Im intersted in cross compile my application that i made on my home
computer (Ubuntu) with QT IDE to my beagleboard.

I understand that i need to support X11 to be able to run qt
aplications on the beagleboard.
Is it correct?

You dont necessarily need to run Qt with X11 backend. You can also build Qt with QWS backend.
Here are the instructions to build it with QWS:
http://tiexpressdsp.com/index.php/Building_Qt

Second, i used this site- http://labs.trolltech.com/blogs/2009/09/10/cross-compiling-qtx11/
is this the right way to do it? because i ran into some problems and
was unable to complete the process.

It worked for me. What is the error you are getting?
Also refer here for more details:
http://labs.trolltech.com/blogs/2009/11/20/building-qt-to-make-use-of-the-beagle-boards-sgx-gpu/

regards,
Amit Pundir