Search code examples
qt5embedded-linuxbuildrootimx6bsp

QT5 requires OpenGL desktop on i.Mx6 (buildroot)


I'm using 'imx6-sabresd_qt5_defconfig' on i.Mx6 (buildroot) and qt app is QT box demo. When I run app, it show this error:

error: This example requires Qt to be configured with -opengl desktop

How to fix this? Do I need to add something in menucofig?


Solution

  • Your platform provides an OpenGL ES (OpenGl for embedded systems) implementation. This example requires a full OpenGL implementation. It is just not a suitable for your platform.