aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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
+*/