summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-07-15 15:48:11 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-07-15 15:22:54 +0000
commit4a4cccc08c55b1203209ed4613e4906bb17ee56c (patch)
treee85e5d32f3e7bddc6acdce27188bf6cc5f9f5227 /coin
parentdfd2e6949b27f374f8bf0efbfd14a08fd3b23eb1 (diff)
downloadqtactiveqt-4a4cccc08c55b1203209ed4613e4906bb17ee56c.tar.gz
Rename SKIP_AX_SERVER_REGISTRATION and QT_SKIP_AX_SERVER_REGISTRATION
Rename SKIP_AX_SERVER_REGISTRATION argument and QT_SKIP_AX_SERVER_REGISTRATION variable to follow common naming covention. Pick-to: 6.2 Fixes: QTBUG-95184 Change-Id: I43c3c64bfae575903d48643ae7a9b4be99152693 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index a9d5011..3326a5f 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -18,10 +18,10 @@ instructions:
contains_value: Documentation
- type: AppendToEnvironmentVariable
variableName: NON_QTBASE_CONFIGURE_ARGS
- variableValue: " -DQT_SKIP_AX_SERVER_REGISTRATION=ON"
+ variableValue: " -DQT_NO_AX_SERVER_REGISTRATION=ON"
- type: AppendToEnvironmentVariable
variableName: NON_QTBASE_TARGET_CONFIGURE_ARGS
- variableValue: " -DQT_SKIP_AX_SERVER_REGISTRATION=ON"
+ variableValue: " -DQT_NO_AX_SERVER_REGISTRATION=ON"
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test: