summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdeclarativevideo/qdeclarativevideo.pro
Commit message (Collapse)AuthorAgeFilesLines
* Fix qdeclarative{audio,video} tests.Justin McPherson2010-03-051-6/+6
| | | | Location of declarative modules moved.
* Remove dependency on declarative from multimedia.Justin McPherson2010-03-031-1/+11
| | | | | | Move all declarative related classes into the multimedia declarative module. Reviewed-by: Andrew den Exter
* Work around requires() bug in qmakeAaron Kennedy2010-02-261-2/+0
| | | | | | when running `qmake -r -tp vc', if any project is encountered which is disabled with requires(), the generated .sln file ends up missing many unrelated projects.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+6
QDeclarativeXXX.