This includes: - turning VERIFY_SOURCE_SBOM ON - adding exception to the licenseRule.json files - correcting the licensing given via REUSE.toml files - renaming license files not located in LICENSES folder. They need to be named LICENSE. to be ignored by reuse and excluded from the source SBOM. The name are updated in the corresponding qt_attribution.json A lot of files are skipped during the license test, but all are present in the source SBOM. This is why correction are needed before turning the source SBOM check on. [ChangeLog][Third-Party Code] Renaming the license files with prefix LICENSE. to have them ignored by reuse tool. Task-number: QTBUG-131434 Pick-to: 6.9 Change-Id: Iab517215bb10a17357d2d2436bba8d3af76e5cd1 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Regeneration of gradients: 0) Grab a new .css for the webgradients 1) Run the gradientgen.js script (requires node): gradientgen.js enum webgradients.css # will regen the enumeration names (on stdout) gradientgen.js json webgradients.css # will regen the actual gradients (on stdout) 2) Build gradientgen.pro 3) Run gradientgen, passing the json as stdin, the result will be on stdout