summaryrefslogtreecommitdiff
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Add Axivion configMatti Paaso2023-03-231-0/+59
| | | | | | | Task-number: QTQAINFRA-5244 Change-Id: I20cf7f3a55d939ce06839a3430e5dbba1a320055 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* 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: I600738630642d1ca369f871a7aa8792b6af9ba58 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io> Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit e6b9dc3c68d9a2310efef88c4d4bc13a07d57e1d) Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Add a flag to build the documentationToni Saario2021-01-111-0/+3
| | | | | | | | The Qttools is required for the QDoc for building the docs. Change-Id: I9863540aa65d27b89f6346ce7b449d56d44986b8 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io> (cherry picked from commit dc8c1a980082ef24ae234f87ba8580bd558f6d0e)
* CMake: Enable enforcing CI testsAlexandru Croitor2020-07-141-1/+1
| | | | | | | | | | Any failing tests in CMake configurations will now prevent integrations to go through in this repository. Task-number: QTBUG-84886 Change-Id: Id1d7fac96a819743fec85dc9e19631addb805d7f Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* CMake: Enable iOS and Android configs in CoinAlexandru Croitor2020-03-191-9/+8
| | | | | | | Change-Id: I67e93f7b3fd1ee72724f8d2caae71a5f11d44047 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add build and test instructionsAlexandru Croitor2019-09-051-0/+13
Change-Id: I4d52be7d162949ebc3e2122eb31ef64fce110d15 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot