From c4623d4296f0a5502cba5f2395b97bd28a83dd6f Mon Sep 17 00:00:00 2001 From: Alexey Edelev Date: Tue, 13 Apr 2021 18:55:01 +0200 Subject: Update tests and examples to use the new '_axserver_' functions Use the new '_axserver_' function in tests and examples associated to creating of the ActiveX sever. Squash find_package calls. Change-Id: Iacdba7b673ae9cfcc7d9e1ff82d0884e330166ab Reviewed-by: Alexandru Croitor --- coin/module_config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'coin') diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 9a3138d..a9d5011 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -16,6 +16,12 @@ instructions: condition: property property: features contains_value: Documentation + - type: AppendToEnvironmentVariable + variableName: NON_QTBASE_CONFIGURE_ARGS + variableValue: " -DQT_SKIP_AX_SERVER_REGISTRATION=ON" + - type: AppendToEnvironmentVariable + variableName: NON_QTBASE_TARGET_CONFIGURE_ARGS + variableValue: " -DQT_SKIP_AX_SERVER_REGISTRATION=ON" - !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml" Test: -- cgit v1.2.1