summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/win32/openvg.prf
Commit message (Collapse)AuthorAgeFilesLines
* Better detection for OpenVG engines that run on top of OpenGLRhys Weatherley2009-06-241-0/+4
| | | | | | | ShivaVG runs on top of OpenGL. Include the QMAKE_*_OPENGL flags on the link line if it is needed by the OpenVG engine. Reviewed-by: trustme
* Integrate the OpenVG graphics system into Qt 4.6Rhys Weatherley2009-06-221-0/+3
This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG.