CMake: Remove type restriction on attribution download location
So it can be read / used in other non-Qt projects. We don't have such a restriction on other keys read from the qt attribution files. Pick-to: 6.8 6.9 Task-number: QTBUG-122899 Change-Id: I225d83b26c68323761a8b13b3e6442057b5f7c7f Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
5fc1e9fa0c
commit
422f5d859f
@ -847,9 +847,7 @@ function(_qt_internal_sbom_add_target target)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(arg_USE_ATTRIBUTION_FILES
|
if(arg_USE_ATTRIBUTION_FILES)
|
||||||
AND (arg_TYPE STREQUAL "QT_THIRD_PARTY_MODULE"
|
|
||||||
OR arg_TYPE STREQUAL "QT_THIRD_PARTY_SOURCES"))
|
|
||||||
if(qa_download_location)
|
if(qa_download_location)
|
||||||
set(download_location "${qa_download_location}")
|
set(download_location "${qa_download_location}")
|
||||||
elseif(qa_homepage)
|
elseif(qa_homepage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user