(to admin/moderator: this should go under Developing_Qt > Lighthouse > (page name) openvglite )
openvglite @ src/plugins/platform/openvglite (as seen in qt-4.8-tc1)
- Provides the plugin openvg ( src/plugins/platform/openvglite/main.cpp)
- in order to compile it for your custom qmake.conf add the line : QTPLUGIN += openvg
- In order to use it during runtime just append the -openvg during execution of a plugin ie ./affine -qws -openvg

