> 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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to