Skip to content

Commit

Permalink
CMake: Correctly annotate the Entrypoint (winmain) SBOM license ID
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alcroito committed Jun 18, 2024
1 parent fe90ba7 commit d78ee69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/entrypoint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d78ee69

Please sign in to comment.