summaryrefslogtreecommitdiffstats
path: root/coin/module_config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Switch builds to cmakeMichal Klocek2021-05-221-2/+15
| | | | | | | | | | | | | | | | | * move the sync profile, so we can sync headers for the libs project * update dependencies * add coin module config * extend timeout for build * bump version to 6.2 * disable qmake build by deleting the main pro file * tweak product dependencies, cheat and point to even not merged change Task-number: QTBUG-91760 Change-Id: I02d6cda3a4ce09575ae993836b5089e1655401b9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Add dummy cmake module_configMichal Klocek2021-05-171-0/+4
We need to update qt5 platform configs and enable cmake builds. To do that we need dummy cmake run first, so qt5 platform update integration can succeed. Task-number: QTBUG-91760 Change-Id: Ic562e9e55c4fb8aeb348f882fca26770a28e3aa2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>