aboutsummaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Change Axivion configurationMatti Paaso2023-10-041-22/+3
| | | | | Change-Id: Icf24ddcb6012c138c1dd7f31340dca40cd74ace4 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
* Add Axivion configMatti Paaso2023-03-241-0/+65
| | | | | | | Task-number: QTQAINFRA-5244 Change-Id: Ibd239c90d8fb24205c7587e52fba6f3310cc4c84 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
* Doc: Enforce zero documentation warnings in CITopi Reinio2021-11-021-0/+1
| | | | | | | | | Include the documentation build step in coin/module_config.yaml and set the documentation warning limit to zero. This prevents new documentation warnings from being introduced. Change-Id: I61bb2915a3ab17b81b344bc9ab7690462e7d9d56 Reviewed-by: Paul Wicking <paul.wicking@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: I785e6b733fac3cbb5bdc371ed9291c11e9ea4b99 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit 4fbdd595b7e48f2cc0c8bc80d4370e16ddf5fd2b) Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Enable documentation buildJani Heikkinen2021-01-291-0/+3
| | | | | | | | | At same time update dependencies for latest qt5.git Task-number: QTBUG-90389 Change-Id: Iddb302b5df6443655d36c8daf7c1520e144611f1 Reviewed-by: Jarkko Koivikko <jarkko.koivikko@code-q.fi> Reviewed-by: Toni Saario <toni.saario@qt.io>
* 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: I26ad393ec4916412b8ee7d10da90dc9410566c20 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Initial CMake port of QtVirtualKeyboardMårten Nordheim2020-05-121-0/+12
This port makes sure that all the features that are currently tested in the CI are complete and that the tests pass. lipi-toolkit can't be tested since it's currently broken in qmake. Myscript wasn't tested as it is also not tested in coin and the SDK is not available. T9Write wasn't tested as the SDK is not avaialble. Removed outdated src/virtualkeyboard/styles/styles.pro. The styles seem to be in src/styles now. Change-Id: Ibba41d592c51a19dee63840c02a945ec7b1d721e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>