mirror of https://github.com/qt/qtgrpc.git
Reapply "Enable the use of VCPKG for qtgrpc"
This reverts commit e09bbcbeba.
Change-Id: Ia7127662c72c27660e7b66a2946e606c887d3433
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
1ea43abdd3
commit
44b3d7ca87
|
|
@ -9,13 +9,13 @@ instructions:
|
|||
- type: EnvironmentVariable
|
||||
variableName: VERIFY_SOURCE_SBOM
|
||||
variableValue: "ON"
|
||||
- type: AppendToEnvironmentVariable
|
||||
variableName: COMMON_TEST_CMAKE_ARGS
|
||||
variableValue: " -DQT_ALLOW_DOWNLOAD=ON"
|
||||
- type: EnvironmentVariable
|
||||
variableName: USE_VCPKG
|
||||
variableValue: "ON"
|
||||
enable_if:
|
||||
condition: property
|
||||
property: features
|
||||
contains_value: AllowDownload
|
||||
property: target.osVersion
|
||||
not_in_values: [Android_ANY]
|
||||
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
|
||||
|
||||
Test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue