On 08/24/2013 11:40 AM, Simone wrote:
> Yes, you are right,
> But in my case qt5 for ARM are built by yocto..
>
This is a separate topic, but I'd like to understand how.
I haven't seen Qt5 integrated, and the meta-qt5 package here
seems very much a work in progress:
https://github.com/met
On Sat, Aug 24, 2013 at 12:40 PM, Simone wrote:
> Hello Thiago and thank you for the reply!
>
> The recipe meta-qt5 already exist and I've used it to build the qt5
> libraries for my ARM.
> But the problem is the toolchain for qt5, seems that nobody has generate a
> recipe for that at the moment.
Hello Thiago and thank you for the reply!
The recipe meta-qt5 already exist and I've used it to build the qt5 libraries
for my ARM.
But the problem is the toolchain for qt5, seems that nobody has generate a
recipe for that at the moment.
Without the toolchain, how i can cross-compile my qt5 app
On sexta-feira, 23 de agosto de 2013 23:14:15, Simone wrote:
> Hello,
> I have finished today to build my custom image with yocto, for our embedded
> board (platform freescale imx53). In the image I've compiled successfully
> the qt5.1.0 libraries (meta-qt5).
>
> Now the problem is: how I can deve