summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/openvg
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Add missing license headers.Jason McDonald2009-08-311-0/+41
| | | | Reviewed-by: Trust Me
* Better detection for OpenVG engines that run on top of OpenGLRhys Weatherley2009-06-241-0/+8
| | | | | | | 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-222-0/+27
This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG.