aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2021-05-05 16:45:10 +0200
committerEike Ziller <eike.ziller@qt.io>2021-05-06 08:35:50 +0000
commit5bdf931aa7ed6a0b49ec7711a269f691511a69b7 (patch)
treeb095781ce3e714c0715bdeb98ec745b7ac2373ce
parentd1c49da8791a9d9434d1df92215b10f6ed0ca5a1 (diff)
Qt Creator: Build applicationmanager integration documentationv5.15.4-lts-packagingv5.12.11-packaging
Task-number: AUTOSUITE-1642 Change-Id: I8ba58e02c7f2bec2a7867100d0332ffb57d8da3c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--packaging-tools/build_wrapper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging-tools/build_wrapper.py b/packaging-tools/build_wrapper.py
index 35ca6c284..e6e3b24aa 100644
--- a/packaging-tools/build_wrapper.py
+++ b/packaging-tools/build_wrapper.py
@@ -1092,7 +1092,8 @@ def handle_qt_creator_build(optionDict, qtCreatorPlugins):
additional_arguments=['--deploy'])])
additional_plugins.extend([make_QtcPlugin('appmanagerintegration', 'pcore-plugin-appman', qtcreator_version,
modules=qt_module_local_urls,
- dependencies=plugin_dependencies)]),
+ dependencies=plugin_dependencies,
+ additional_arguments=['--with-docs'])]),
plugin_telemetry_args = []
if usp_server_url and usp_auth_key:
plugin_telemetry_args = ['--add-config=-DUSP_SERVER_URL=' + optionDict['USP_SERVER_URL'],