I would like to run some Qt Widget demos on my BB.
How can one compile the Qt demos for Angstrom?
Is there a howto section somewhere which may have step-by-step Qt installation instructions for Angstrom or BeagleBoard?
I am looking forward to use a qt-gui oe image and develop qt embedded applications on my linux host using QT- Creator.
Well I’m OK now with the kernel and u-boot , I’ll start working on the qt-gui rootfs on monday, than I’ll face your prolems.
Did you get any further?
I have the QT embedded framebuffer sample running, I compiled it using
QT Creator, only need to add a couple of PATH entries
OE generated toolchain (the same that builds my custom kernel and the console-root-fs)
QTEmbedded 4.6 I got from the git repository, stable/4.6 branch, adapting the mkspec for this toolchain.
I had some issues while making QTEmbedded but I solved it brutally casting a void* to the required type in the source code
Now I have additional issues running OpenGL…
On the other hand, I’d love to use the SDK, but I’m missing some basics, all I found is http://docs.openembedded.org/usermanual/html/ch05s08.html and building QT is unfortunately far beyond my needs and skills. Thanks anyhow I’ll try to follow the link.