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
|
- type: EnvironmentVariable
|
||||||
variableName: VERIFY_SOURCE_SBOM
|
variableName: VERIFY_SOURCE_SBOM
|
||||||
variableValue: "ON"
|
variableValue: "ON"
|
||||||
- type: AppendToEnvironmentVariable
|
- type: EnvironmentVariable
|
||||||
variableName: COMMON_TEST_CMAKE_ARGS
|
variableName: USE_VCPKG
|
||||||
variableValue: " -DQT_ALLOW_DOWNLOAD=ON"
|
variableValue: "ON"
|
||||||
enable_if:
|
enable_if:
|
||||||
condition: property
|
condition: property
|
||||||
property: features
|
property: target.osVersion
|
||||||
contains_value: AllowDownload
|
not_in_values: [Android_ANY]
|
||||||
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
|
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
|
||||||
|
|
||||||
Test:
|
Test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue