summaryrefslogtreecommitdiffstats
path: root/coin/instructions/qmake_module_build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/qmake_module_build.yaml')
-rw-r--r--coin/instructions/qmake_module_build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/instructions/qmake_module_build.yaml b/coin/instructions/qmake_module_build.yaml
index 3e1072d01..023927567 100644
--- a/coin/instructions/qmake_module_build.yaml
+++ b/coin/instructions/qmake_module_build.yaml
@@ -33,7 +33,7 @@ instructions:
directory: "{{.BuildDir}}"
- type: ExecuteCommand
- command: ["{{.InstallDir}}/bin/qmake", "QTPLUGIN.platforms = qminimal qxcb", "INSTALL_PREFIX={{.InstallDir}}", "{{.SourceDir}}"]
+ command: ["{{.InstallDir}}/bin/qmake", "CONFIG+=libarchive", "QTPLUGIN.platforms = qminimal qxcb", "INSTALL_PREFIX={{.InstallDir}}", "{{.SourceDir}}"]
maxTimeInSeconds: 1800
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed to run qmake, check logs."
@@ -43,7 +43,7 @@ instructions:
equals_value: Linux
- type: ExecuteCommand
- command: ["{{.InstallDir}}/bin/qmake", "INSTALL_PREFIX={{.InstallDir}}", "{{.SourceDir}}"]
+ command: ["{{.InstallDir}}/bin/qmake", "CONFIG+=libarchive", "INSTALL_PREFIX={{.InstallDir}}", "{{.SourceDir}}"]
maxTimeInSeconds: 1800
maxTimeBetweenOutput: 600
userMessageOnFailure: "Failed to run qmake, check logs."