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