summaryrefslogtreecommitdiffstats
path: root/tests/auto/multimedia.pro
Commit message (Collapse)AuthorAgeFilesLines
* Only add qvideowidget test once.Justin McPherson2010-04-211-2/+1
| | | | Reviewed-by: Andrew den Exter
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-151-15/+1
|
* Added unit test for qsoundeffect class.Kurt Korbatits2010-03-101-0/+1
| | | | Reviewed-by:Dmytro Poplavskiy
* Added missing tests to tests/auto/*.proRohan McGovern2010-03-071-0/+14
|
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-041-0/+11
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.