summaryrefslogtreecommitdiffstats
path: root/tests/auto/qstatictext/qstatictext.pro
Commit message (Collapse)AuthorAgeFilesLines
* CompilePaul Olav Tvete2010-02-221-1/+1
| | | | | | | This test no longer uses QtOpenGL, therefore it doesn't need to try to link with it. Reviewed-by: Eskil
* Add tests for using QStaticText with a QGLWidgetEskil Abrahamsen Blomfeldt2010-02-051-1/+1
| | | | Some tests with and without VBO caching.
* Add test for QStaticTextEskil Abrahamsen Blomfeldt2010-01-141-0/+4
Tests that QStaticText rendering is identical to the same operations done with regular QPainter::drawText()