configure: Fix the -sbomdir argument
The argument must be added in qt_cmdline.cmake to work. Change-Id: Ic256c0fda0caf3794b37ad8c5e8b6515fb45b0e6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 5971e94bafacfebdcd28ef84a7cfea61ffd48689) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 3c178b40e74ac3344a50dcb5038e7adf77fe05c4)
This commit is contained in:
parent
bcd456154c
commit
4d9f2a85d5
@ -50,6 +50,7 @@ The following table describes the mapping of configure options to CMake argument
|
||||
| -sbom-json-required | -DQT_SBOM_REQUIRE_GENERATE_JSON=ON | Fails the build if Python deps are not found |
|
||||
| -sbom-verify | -DQT_SBOM_VERIFY=ON | Enables verification of generated SBOMs |
|
||||
| -sbom-verify-required | -DQT_SBOM_REQUIRE_VERIFY=ON | Fails the build if Python deps are not found |
|
||||
| -sbomdir <dir> | -DINSTALL_SBOMDIR=<dir> | Installation location of SBOM files. |
|
||||
| -qtinlinenamespace | -DQT_INLINE_NAMESPACE=ON | Make the namespace specified by -qtnamespace an inline one. |
|
||||
| -qtnamespace <name> | -DQT_NAMESPACE=<name> | |
|
||||
| -qtlibinfix <infix> | -DQT_LIBINFIX=<infix> | |
|
||||
|
@ -24,6 +24,7 @@ qt_commandline_option(libdir TYPE string)
|
||||
qt_commandline_option(libexecdir TYPE string)
|
||||
qt_commandline_option(plugindir TYPE string)
|
||||
qt_commandline_option(qmldir TYPE string)
|
||||
qt_commandline_option(sbomdir TYPE string)
|
||||
qt_commandline_option(settingsdir TYPE string NAME sysconfdir)
|
||||
qt_commandline_option(sysconfdir TYPE string)
|
||||
qt_commandline_option(testsdir TYPE string)
|
||||
|
Loading…
x
Reference in New Issue
Block a user