aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/module_config.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 16d158c..aa5cb56 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -6,7 +6,15 @@ accept_configuration:
instructions:
Build:
- - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
+ - type: AppendToEnvironmentVariable
+ variableName: NON_QTBASE_CONFIGURE_ARGS
+ variableValue: " -DPython3_ROOT_DIR={{.Env.PYTHON3_PATH}}"
+ - type: AppendToEnvironmentVariable
+ variableName: NON_QTBASE_TARGET_CONFIGURE_ARGS
+ variableValue: " -DPython3_ROOT_DIR={{.Env.PYTHON3_PATH}}"
+ - type: Group
+ instructions:
+ - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"