aboutsummaryrefslogtreecommitdiffstats
path: root/coin/instructions
Commit message (Collapse)AuthorAgeFilesLines
* Disable top-level builds for platforms with the TargetBuildOnly featureAlexey Edelev2022-09-161-0/+4
| | | | | | | | | | TargetBuildOnly builds are broken, since host Qt is not provided and tools cannot be run correctly for top-level builds. Temporary disable them. Task-number: QTBUG-87480 Change-Id: I996e1300cab6bd1383333c686a67e00b55829e5f Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Run bic testsToni Saario2022-09-151-0/+32
| | | | | | | | | | | The way of running bic tests has changed. Now tests need to be run on qt5 level where all modules are present and intermodule includes can be handled. Task-number: QTBUG-100698 Change-Id: Ic68c019988718485201602f279530c501f6e6ba3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simo Fält <simo.falt@qt.io>
* coin: Allow using configure instead of cmake for top-level buildsAlexandru Croitor2022-04-112-1/+71
| | | | | | | | | | | | This is the qt5 counterpart to the qtbase instructions to allow using configure instead of cmake when configuring a top-level build. Pick-to: 6.2 6.3 Task-number: QTQAINFRA-4357 Task-number: QTQAINFRA-4815 Change-Id: Ie5af31f9349a6dd88fa7699d40dad659180814e2 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>
* coin: Split top-level build instructionsAlexandru Croitor2022-03-023-0/+53
Makes it a bit cleaner to follow. Pick-to: 6.2 6.3 Change-Id: I063581126b6d09f98fb38862c8af5531dc513aca Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Toni Saario <toni.saario@qt.io>