summaryrefslogtreecommitdiffstats
path: root/coin
Commit message (Collapse)AuthorAgeFilesLines
* 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>