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