summaryrefslogtreecommitdiffstats
path: root/coin/instructions/qmake/get_qmake_location_host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/qmake/get_qmake_location_host.yaml')
-rw-r--r--coin/instructions/qmake/get_qmake_location_host.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/coin/instructions/qmake/get_qmake_location_host.yaml b/coin/instructions/qmake/get_qmake_location_host.yaml
new file mode 100644
index 0000000000..e43602a9a2
--- /dev/null
+++ b/coin/instructions/qmake/get_qmake_location_host.yaml
@@ -0,0 +1,16 @@
+type: Group
+instructions:
+ - type: EnvironmentVariable
+ variableName: COIN_QMAKE_LOCATION
+ variableValue: "{{.InstallDir}}\\bin\\qmake"
+ enable_if:
+ condition: property
+ property: host.os
+ equals_value: Windows
+ - type: EnvironmentVariable
+ variableName: COIN_QMAKE_LOCATION
+ variableValue: "{{.InstallDir}}/bin/qmake"
+ disable_if:
+ condition: property
+ property: host.os
+ equals_value: Windows