[Interest] Configuring Qt5 for Beaglebone Black
Peter Kuemmel
syntheticpp at gmx.net
Thu Sep 25 10:22:45 CEST 2014
> Hi all,
>
> If anyone is successful configuring Qt5 from source then please share the steps you followed.
> Hav been working on it from past few days, changing options and all, but no luck.
>
> Looking forward for a successful source.
>
> Thanks in advance.
>
> Sincerely,
> Amey Uday Patil
You could try it with buildroot:
git clone git://git.buildroot.net/buildroot
cd buildroot
git checkout 2014.08
make beaglebone_defconfig
make xconfig
To enable Qt you have to change the default configuration for the compiler
(like shown by the Qt enty) toolchain: use eglibc, enable C++
OpenGL could be enabled by "Hardware handling" -> ti-gfx -> es8.x (AM335)
Compiling takes a while because it also builds the cross-compiler.
Peter
More information about the Interest
mailing list