summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/instructions/qmake_module_build.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/coin/instructions/qmake_module_build.yaml b/coin/instructions/qmake_module_build.yaml
index 37ff0f396..3e1072d01 100644
--- a/coin/instructions/qmake_module_build.yaml
+++ b/coin/instructions/qmake_module_build.yaml
@@ -33,9 +33,23 @@ instructions:
directory: "{{.BuildDir}}"
- type: ExecuteCommand
+ command: ["{{.InstallDir}}/bin/qmake", "QTPLUGIN.platforms = qminimal qxcb", "INSTALL_PREFIX={{.InstallDir}}", "{{.SourceDir}}"]
+ maxTimeInSeconds: 1800
+ maxTimeBetweenOutput: 600
+ userMessageOnFailure: "Failed to run qmake, check logs."
+ enable_if:
+ condition: property
+ property: host.os
+ equals_value: Linux
+
+ - type: ExecuteCommand
command: ["{{.InstallDir}}/bin/qmake", "INSTALL_PREFIX={{.InstallDir}}", "{{.SourceDir}}"]
maxTimeInSeconds: 1800
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed to run qmake, check logs."
+ enable_if:
+ condition: property
+ property: host.os
+ not_equals_value: Linux
- !include "{{installer-framework/installer-framework}}/make_instructions.yaml"
- !include "{{installer-framework/installer-framework}}/make_documentation.yaml"