aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-06-05 13:29:58 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-06-06 07:53:47 +0000
commit0af8d1b7870d44e4a024669cae28593173687de1 (patch)
tree6e637188b7d3a341b6e6a5e78703bdc381f030ff /doc
parentc317ceb66930ac7a4312e6bfc51f1303a5413c34 (diff)
Exporter.pkgconfig: Add support for custom variables
Change-Id: I42a01e549c15c91428d0f8bd9be03ea59c773032 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/exporter-pkgconfig-module.qdoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/reference/modules/exporter-pkgconfig-module.qdoc b/doc/reference/modules/exporter-pkgconfig-module.qdoc
index 29672fb21..9489b4622 100644
--- a/doc/reference/modules/exporter-pkgconfig-module.qdoc
+++ b/doc/reference/modules/exporter-pkgconfig-module.qdoc
@@ -196,3 +196,15 @@
\defaultvalue \c {product.version}
*/
+
+/*!
+ \qmlproperty string Exporter.pkgconfig::customVariables
+
+ Use this property to add arbitrary variable assignments into the \c .pc file.
+ The property is a map that will produce one assignment per entry.
+ The keys and values of the map represent the left-hand sides and right-hand
+ sides of these assignments, respectively. The values are strings that will
+ be written into the file verbatim.
+
+ \nodefaultvalue
+*/