Qt Reference Documentation

QtOpenVG Module

The QtOpenVG module is a plugin that provides support for OpenVG painting. More...

Detailed Description

OpenVG is a standard API from the Khronos Group for accelerated 2D vector graphics that is appearing in an increasing number of embedded devices.

OpenVG support can be enabled by passing the -openvg option to configure. It is assumed that the following qmake variables are set to appropriate values in the qmake.conf file for your platform:

Most OpenVG implementations are based on EGL, so the following variables may also need to be set:

See qmake Variable Reference for more information on these variables.

Two kinds of OpenVG engines are currently supported: EGL based, and engines built on top of OpenGL such as ShivaVG. EGL based engines are preferred.

Once the graphics system plugin has been built and installed, applications can be run as follows to use the plugin:

 app -graphicssystem OpenVG

If ShivaVG is being used, then substitute ShivaVG instead of OpenVG in the line above.

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.