qt6windows7/coin/instructions/qmake/get_qmake_location_target.yaml
2023-10-29 23:33:08 +01:00

30 lines
880 B
YAML

type: Group
instructions:
- type: EnvironmentVariable
variableName: COIN_QMAKE_LOCATION
variableValue: "{{.InstallDir}}\\target\\bin\\qmake.bat"
enable_if:
condition: property
property: host.os
equals_value: Windows
- type: Group
disable_if:
condition: property
property: host.os
equals_value: Windows
instructions:
- type: EnvironmentVariable
variableName: COIN_QMAKE_LOCATION
variableValue: "{{.InstallDir}}/target/bin/qmake"
disable_if:
condition: property
property: target.osVersion
equals_value: QEMU
- type: EnvironmentVariable
variableName: COIN_QMAKE_LOCATION
variableValue: "{{.InstallDir}}/target/bin/host-qmake"
enable_if:
condition: property
property: target.osVersion
equals_value: QEMU