I need help on QT4 and OpenVG on IMX6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I need help on QT4 and OpenVG on IMX6

1,034 Views
luigifioretti
Contributor I

Hi,

I compiler qt 4.8.6 for imx6 and I use this example : Building QT for i.MX6

But I I try to use openVG don't work. Why?

I use this example : qt-everywhere-opensource-src-4.8.6/examples/openvg/star/

When run appear:

./star -graphicssystem OpenVG

Opened display 0x739ead90

Initialized display 1 4

Not using OpenVG: specify '-graphicssystem OpenVG'

Help me please.

Labels (3)
0 Kudos
1 Reply

524 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Check that your QT_GLFLAGS_mx6 includes the "-opengl es2 -egl -openvg"

also the In imx6 qmake.conf, check that the ENV are: IMX6_CFLAGS = -DLINUX=1 -DEGL_API_FB=1 QMAKE_LIBS_EGL += -lEGL QMAKE_LIBS_OPENGL_ES2 += -lGLESv2 -lEGL -lGAL QMAKE_LIBS_OPENVG += -lOpenVG -lEGL -lGAL

Hope this helps

0 Kudos