summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Support builds with ConanIikka Eklund2021-08-191-0/+1
| | | | | | | | | | | | | | | | | | | | The recipe uses Conan's supported way to inherit from a given base class via 'python_requires_extend'. The qt-conan-common package implements a base class for Qt leaf module recipes. The build steps in leaf modules are mostly identical so it makes sense to put those in the base class. Dependencies are read by the base class from the 'dependencies.yaml' which is the same file the CI system uses. Task-number: QTBUG-94814 Change-Id: I8796766dbad4ff9061d78eb56711b24149e21c09 Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit c4f2536b5fa5808b18a6e05897d1a6c5153e9d53) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update version to 6.2Lars Knoll2021-05-271-1/+1
| | | | | Change-Id: Iafaa9624272a9eae3b7325e9760660698e3b56df Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add find modules for 3rd party libraries and fix CMake filesDoris Verria2021-01-281-1/+1
| | | | | | | | | Detect gstreamer, avfoundation, pulseaudio, alsa, mmrenderer and wmf with cmake. Regenerate and adjust configure.cmake and CMakeLists.txt files accordingly. Change-Id: I550136909498d3870e0babd6294652774a718f64 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Initial Cmake port for qtmultimediaDoris Verria2021-01-201-0/+1
Fixes: QTBUG-89540 Change-Id: I2cf8d0edae2769a53cadd667ab5ac4f9cb754a50 Reviewed-by: Lars Knoll <lars.knoll@qt.io>