diff options
author | Alexandru Croitor <alexandru.croitor@qt.io> | 2025-06-03 18:19:58 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2025-06-04 13:26:15 +0000 |
commit | d6883b619753d18082a1914b21927c8316584340 (patch) | |
tree | 168f9b7a390f962eefec86b42d3d686c91faacf3 | |
parent | ba2b21e0aba115ea5e606efb77054728a7e519c3 (diff) |
CMake: Add PURL and CPE info to 3rd party attribution files
[ChangeLog][Third-Party Code] Added PURL and CPE information to the
attribution files of 3rd party sources.
Pick-to: 6.9 6.8 6.5
Fixes: QTBUG-137388
Task-number: QTBUG-129602
Change-Id: Ieefc44bd19c740ffc7bf15523855136f7bf16806
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
(cherry picked from commit c6b7dc6c7922d7ed5217fcbead01ecb3c43366a4)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | src/3rdparty/qt_attribution.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/qt_attribution.json b/src/3rdparty/qt_attribution.json index 0564b5d0..ea6922fb 100644 --- a/src/3rdparty/qt_attribution.json +++ b/src/3rdparty/qt_attribution.json @@ -8,6 +8,10 @@ "Description": "QFace is a generator framework based on a modern IDL.", "Homepage": "https://pelagicore.github.io/qface", "Version": "2.0.11", + "PURL": [ + "pkg:github/Pelagicore/qface@$<VERSION>" + ], + "Comment": "No relevant CPE found", "License": "MIT License", "LicenseId": "MIT", |