summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* 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: Id374e7ad374363a08e4c68e5bc37ffc8ae06c596 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-04-091-9/+8
| | | | | Change-Id: I5494fca8721de0d1f54670882010a5e22970b80e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Convert QtTools testsLeander Beernaert2019-12-131-3/+2
| | | | | | Change-Id: I1666999af341f9dbc6dbb63d75a81c3b07adc316 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Add build instructions for coinSimon Hausmann2019-09-061-0/+14
The tests have not been ported yet and are omitted in this change. * Disable qdoc when requesting static libclang linkage with MSVC but the Qt build is not a release build. The object files cannot be mixed. * Fix the static libclang build on Linux by adding the missing pthreads linkage. * Fix duplicated resource names that break the build when linking statically. The name isn't referenced from anywhere and with cmake's object library support the Q_INIT_RESOURCE isn't necessary, so this local rename should be safe. Change-Id: Ic9bc126ef74700fe07ec5b1c9e408055f7141004 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>