i've managed to solve the qmake problem i did this:
sudo rm /usr/bin/qmake sudo ln -s /usr/bin/qmake-qt4 /usr/bin/qmake
 After that: qmake -o Makefile myproject.pro
                make
It made me an executable, then i've copied the whole project folder on a
USB stick, mount it on my target and then ran ./myproject...and voila...a
simple window appeared with the clasis "Hello Wolrd!" inside
Thanks a lot for support
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to