summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimediaqml.pro
Commit message (Collapse)AuthorAgeFilesLines
* New camera selection API in QML.Yoann Lopes2014-07-171-0/+2
| | | | | | | | | | | | Also added a new QtMultimedia global object which makes it possible to retrieve the list of available cameras. It can be extended with new utility functions in the future. Includes documentation, example and auto tests. Task-number: QTBUG-23770 Change-Id: Ifea076329c3582ea99246ee1131853344a7b773f Reviewed-by: Christian Stromme <christian.stromme@digia.com>
* Fix build without Qml and Quick modules.Yoann Lopes2014-01-161-0/+10
Conditionally enable auto-tests that depend on the Quick and Qml modules. Task-number: QTBUG-35911 Change-Id: I8b9d304ea630093d423b48a4ebc53ef6f4280244 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>