summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Fix any renaming warnings and enable doc CI test/ warning limitNicholas Bennett2022-01-171-1/+2
| | | | | | | | | | | | | In order to prevent future rework of the multimedia docs and improve the quality of submissions: -Updated the coin yaml file to include the doc test. -Updated the qdoccconf and set qdoc warning limit to 0. -Fixed the remaining qdoc warnings. Pick-to: 6.2 6.3 Change-Id: I04f1449f9c403dd75d5612fe8d65b7019b1903b9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Enable compilation of the Qt Multimedia module in CILars Knoll2021-05-281-1/+2
| | | | | | | | | | | | | | And fix a couple of smaller issues found by CI. Add some hacks/workarounds for issues with gstreamer packages and packageconfig files. Disable compilation of the QNX backend (as it's broken currently), and use the wnf and wmsdk feature tests to determine whether to compile the windows backend. Change-Id: I12f8983132f50b337cb15eb473d87299d3259745 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
* Don't compile/test the module for the momentLars Knoll2021-05-271-4/+2
| | | | | | | | | This is required, so that we can enable the module in qt5.git. Once that's done we can work our way back to full testing using this file only. Change-Id: I98ed1e0bd12056e32826d5896f2e5c8c1eda0452 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add module_config.ymlDoris Verria2021-01-281-0/+12
Change-Id: Ib6bcd17bd1f719effb3338cb869f4997f961a0e6 Reviewed-by: Lars Knoll <lars.knoll@qt.io>