summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/egl.prf
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete OpenGL/ES CommonLite (fixed-point) supportRhys Weatherley2010-02-041-8/+0
| | | | | Task-number: QTBUG-7683 Reviewed-by: Tom Cooksey
* Fixed compilation and linking of EGL on Windows CE.Trond Kjernåsen2009-11-041-3/+29
| | | | | | | | | Moved duplicated and broken code for setting up the include and library paths into the egl.prf feature file, which egl.pri and opengl.pro now includes using the qmake feature system. Task-number: QTBUG-5148 Reviewed-by: Tom Cooksey
* 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.