summaryrefslogtreecommitdiffstats
path: root/doc/manifest.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manifest.qdoc')
-rw-r--r--doc/manifest.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manifest.qdoc b/doc/manifest.qdoc
index bd7a465a..14d68969 100644
--- a/doc/manifest.qdoc
+++ b/doc/manifest.qdoc
@@ -271,6 +271,13 @@ that specifies which runtime a configuration option applies to:
\li A list of paths to add to the QML-engine's import paths. Use of this parameter is
equivalent to setting \c QML2_IMPORT_PATH for a program started from the command line.
\row
+ \li \c pluginPaths
+ \li qml, qml-in-process
+ \li array<string>
+ \li A list of paths to add to Qt's library paths, which are used to find plugins. Use of this
+ parameter is equivalent to setting \c QT_PLUGIN_PATH for a program started from the command
+ line.
+\row
\li \c arguments
\li native
\li array<string>