0

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?

Julia Ding
  • 173
  • 16

1 Answers1

0

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.

Frank Meerkötter
  • 2,778
  • 2
  • 20
  • 26