summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Drop documentation buildJani Heikkinen2021-03-301-3/+0
| | | | | | | | | | | | | | | We will add additional libraries back to the qt5.git. Having documentation build enabled in additional library will cause problems in qt5.git integrations so we need to drop it from module builds. At same time drop the qttools dependency which were added for documentation build Task-number: QTBUG-91796 Change-Id: I260d20caf2367f97ab3fca00266dd9d5bc4cf447 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 681cd61eb9910e8bdb229a2170599838c4d1e563) Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Add a flag to build the documentationToni Saario2020-12-171-0/+3
| | | | | | | | The Qttools is required for the QDoc for building the docs. Change-Id: I7d300c17042954c7d7e862a6bd89e1d9f6e57497 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit 0c26a37fc0156069b51b7a617a1555d37371f72c)
* CMake: Enable enforcing CI testsAlexandru Croitor2020-07-131-1/+1
| | | | | | | | | | Any failing tests in CMake configurations will now prevent integrations to go through in this repository. Task-number: QTBUG-84886 Change-Id: Iaa101fb0853597a4b5a8cb200dd8c787b7607201 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add Coin config fileMike Krus2020-05-291-0/+12
Change-Id: I4c0e7e449358e0cf86b7bb3d86b8b469c4563923 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>