CMake: Correctly annotate the Entrypoint (winmain) SBOM license ID

According to the documentation, it should be:
 LicenseRef-Qt-Commercial OR BSD-3-Clause

Pick-to: 6.8
Task-number: QTBUG-122899
Change-Id: I8c614926c9f2811d5dd926ffcb89c59f4f25b47b
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
Alexandru Croitor 2024-06-14 17:59:39 +02:00
parent fe90ba7041
commit d78ee69330

View File

@ -49,6 +49,7 @@ qt_internal_add_module(EntryPointPrivate
NO_PRIVATE_MODULE
NO_ADDITIONAL_TARGET_INFO
${extra_cmake_includes_arg}
QT_LICENSE_ID QT_COMMERCIAL_OR_BSD3
)
set(export_targets EntryPointPrivate)