Qt setup on Beagleboard xM

I have succesfully install the Angstrom demo files and able to boot BB
xM with Gnome desktop. I am trying to install Qt to develope some
applications. Does anyone know how to update or install Qt on the
existing setup Angstrom setup.

Connect the board to the internet and update the packages

opkg update

Find the qt packages by issuing

opkg list | grep qt

Then you can install the packages by

opkg install <package name>

This is the generic way of installing packages on Angstrom.As always
please
read the documentation/ search previous posts before posting a query.

Thanks,

-D

There too many files and with different versions. Not sure which one
is specific to Beagleboard xm.

Anyone knows the exact Qt files required for Beagleboard xM?