Qt on Beagle board

Hi,

I am using beagle board,running Angstrom on it. I want to use Qt for my application development.
The demo qt applications are working on BB. How do i start with my own application? What all is required?

Thanks

Hi Neha,

Inorder to develop Qt applications on Beagleboard first set up Qt on
your host system and using Qt creator you can create your own
application on host and put the executables onto beagleboard and run
it.

Thanks,
Jyothi
Tenet Technetronics

Hi Neha,

Inorder to develop Qt applications on Beagleboard first set up Qt on
your host system and using Qt creator you can create your own
application on host and put the executables onto beagleboard and run
it.

Dear Neha And Jyothi,
Qt creator in your host pc (x86) will generate the binary for the same architecture.You have to setup toolchain in your Host pc ,which need to be defined in your Qt creator.

Neha,
Pls refer the link http://suchakra.wordpress.com/2011/05/30/developing-qt-apps/ for more info.And get back to us if u are having any issues.

I played around with QT last summer. Here [1] are some of my notes on installing on both the Beagle and a host. I’ll be updating things when my class is ready to learn QT.

–Mark

[1] http://elinux.org/ECE497_LabXX_Qt