summaryrefslogtreecommitdiff
path: root/doc/configuration.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-10 16:54:05 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-16 14:46:57 +0000
commit8ee0b0aa9a443aa2f36c9af753f7abe706f2b89b (patch)
treea64e96c872c268b18c83ff273073e0d48ccf1903 /doc/configuration.qdoc
parent4383423fc5381951b064bd55c2a5065b2d26660c (diff)
downloadqtapplicationmanager-8ee0b0aa9a443aa2f36c9af753f7abe706f2b89b.tar.gz
Allow the registration of custom runtimes without patching
The new configuration key runtimes.registerCustomIds will now allow a configuration based registration of custom runtimes. Change-Id: Id94ab614a8460e4d941b97d8ed008f75b3d88d27 Task-number: QTBUG-107886 Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit fd900784f41711c500369e1c39e46c73e95878cb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'doc/configuration.qdoc')
-rw-r--r--doc/configuration.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index 18473bb1..495794c6 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -408,6 +408,10 @@ ui:
\li This option can be used to specify options for runtimes, as a map of key-value pairs.
The key is the runtime's name; the value is interpreted by the respective runtime
implementation. For more information, see \l {Runtime Configuration}.
+ There is one special key named \c{additionalLaunchers}: the value is an array of \c id
+ strings, and all these ids are registered as custom runtimes. A corresponding
+ \c{appman-launcher-<id>} executable is expected to be available when launching apps
+ based on the respective runtime.
\row
\li [\c containers]
\li map<object>