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

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

Task-number: QTBUG-122899
Change-Id: I8c614926c9f2811d5dd926ffcb89c59f4f25b47b
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit d78ee6933089fa9b131eb08b8b376f8c9c396f2a)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2024-06-14 17:59:39 +02:00 committed by Qt Cherry-pick Bot
parent aea52288d6
commit 596d07f647

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)