mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 20:10:48 +08:00
30 lines
880 B
YAML
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
|