aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-07-27 16:09:06 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-01 08:29:01 +0000
commitb55f13c52e43b07f5618ef7cb372dc2b310acbd2 (patch)
treeae4a6e0a5e5454fa9cdcc18c8d21fe992423f841 /doc
parentd96f579ba82e3fac2d03b1bf3eb27ce7324358d2 (diff)
Qt.core: Add property for setting extra plugin metadata
Task-number: QBS-998 Change-Id: I8f3999078bc3fec2001b5ffec9b1f51ba9848b56 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-modules.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-modules.qdoc b/doc/reference/modules/qt-modules.qdoc
index cf4ea94f9..08b39d696 100644
--- a/doc/reference/modules/qt-modules.qdoc
+++ b/doc/reference/modules/qt-modules.qdoc
@@ -284,6 +284,16 @@
\li The Qt namespace that can be set at build time via the \c configure script. By default,
Qt is not built in a namespace.
\row
+ \li pluginMetaData
+ \li \c{stringList}
+ \li empty
+ \li Additional plugin meta data. The elements of the list are key-value pairs separated
+ by the \c = character. A possible use case is to set the plugin URI when building
+ a static QML plugin:
+ \code
+ Qt.core.pluginMetaData: ["uri=thePlugin"]
+ \endcode
+ \row
\li pluginPath
\li \c{path}
\li \c{undefined}