summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* Disable sandbox on qemu test nodesMichal Klocek2021-07-021-0/+7
| | | | | | | | Current qemu will not work with sandbox. Pick-to: dev Change-Id: I1535db92118ae399978940618ef05017c72329e2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Unlock product dependenciesMichal Klocek2021-06-021-3/+0
| | | | | | | | Qt5 changes are merged and shas got updatated, do not point to unmerged change anylonger. Change-Id: Icfad06dfc8afcf0c26fe0b79152c7020ece7e35b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Switch builds to cmakeMichal Klocek2021-05-222-3/+16
| | | | | | | | | | | | | | | | | * move the sync profile, so we can sync headers for the libs project * update dependencies * add coin module config * extend timeout for build * bump version to 6.2 * disable qmake build by deleting the main pro file * tweak product dependencies, cheat and point to even not merged change Task-number: QTBUG-91760 Change-Id: I02d6cda3a4ce09575ae993836b5089e1655401b9 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Add dummy cmake module_configMichal Klocek2021-05-171-0/+4
| | | | | | | | | | We need to update qt5 platform configs and enable cmake builds. To do that we need dummy cmake run first, so qt5 platform update integration can succeed. Task-number: QTBUG-91760 Change-Id: Ic562e9e55c4fb8aeb348f882fca26770a28e3aa2 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Merge branch '5.15' into devAllan Sandfeld Jensen2021-01-191-0/+3
|\ | | | | | | | | | | Last commits before 87 update. Change-Id: Id156b0199a8fd354c946cfe604ae8541ba554658
| * Add product_dependencies.yaml to build against LTS 5.15Toni Saario2021-01-071-0/+3
|/ | | | | Change-Id: Iad51e005cd11d060021a1ea5f1f312b1a0a08985 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix module splitter dataJani Heikkinen2020-10-131-1/+1
| | | | | | | Add missing ',' to fix a crash in release export tool Change-Id: I163c85641a3dfbfd7827d70483de3273dbf03442 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Add qt_plugin_qpdf.pri to qpdf packageMichal Klocek2020-10-071-0/+1
| | | | | | | | Speculative fix. Task-number: QTBUG-87113 Change-Id: Id72af6cc963e769e87dd043f49ca0010c7e27902 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Add missing QtPdf framework for installerMichal Klocek2020-10-061-0/+1
| | | | | | | | Speculative fix. Task-number: QTBUG-86972 Change-Id: Idc69b472439e602dc6db5dfa8fc67606b9abde08 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Add static dependency libs to installer packagev5.15.1Michal Klocek2020-09-011-0/+1
| | | | | Change-Id: Ic62389b2253f2ee4982c34e33111f84f44ed6bc5 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
* Leave designer plugin in qtwebengine packageMichal Klocek2020-03-231-1/+1
| | | | | | Fixes: QTBUG-82527 Change-Id: I827239a60f5f2db43ca69eb8a9fd8c529a21e4ee Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* FIXUP: remove qpdf cmake file from releaseMichal Klocek2020-02-121-2/+2
| | | | | | | Fixes: QTBUG-82035 Task-number: QTBUG-81546 Change-Id: I68d85c2f469d1cc46c0040fdd5e522ec5096ee8e Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Fix content split config file for ExportToolAntti Kokko2020-02-061-8/+8
| | | | | | | | Add missing commas. Change-Id: I70fd8fdf74fa3ebe09300d689159977b1b987873 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add configuration file for coin ExportTool to split the contentAntti Kokko2020-02-041-0/+16
By default all files shall be in the base package, but additional packages can be specified in the top-level object by name along with python glob.glob compatible masks. Task-number: QTBUG-81546 Change-Id: Ib72a72e0e8b29d762783abaa98744d954a44dd1b Reviewed-by: Michal Klocek <michal.klocek@qt.io>