Angstrom Qt SDK : where are the Libs ?

Hello,

I’ve successfully followed the build steps :

  1. git clone git://github.com/Angstrom-distribution/setup-scripts.git
  2. cd setup-scripts
    3 git checkout angstrom-v2013.06-yocto1.4
  3. MACHINE=beaglebone ./oebb.sh config beaglebone
  4. MACHINE=beaglebone ./oebb.sh update
  5. . ~/.oe/environment-angstromv2013.06
  6. MACHINE=beaglebone ./oebb.sh bitbake console-image

and according to http://www.angstrom-distribution.org/toolchains/
did a

8 MACHINE=beaglebone ./oebb.sh bitbake meta-toolchain-qte

but where are the libs to deploy as the the qt-example needs it ?

Do I need to build them as described in :

http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/ ??

Thanks,

DL

Answering myself :
After some headache, I found that the libs are prefixed so it’s not obvious to find them (as it’s never told ) so if someone is looking for them go to :

/usr/local/oecore-i686/sysroots/cortexa8hf-vfp-neon-angstrom-linux-gnueabi/usr/lib/libQt

That doesn’t solve the problem nevertheless : after compiled the execution on the beaglebone always outputs :

qte-example: line 1: syntax error: unexpected word (expecting “)”

Someone has any clue ?