diff options
author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-04-28 17:45:23 +0200 |
---|---|---|
committer | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-04-28 17:45:23 +0200 |
commit | 51868d00e7a25ef9e587228e949964a765ed9d2d (patch) | |
tree | e42c562a33eee7f507c8d3e944941bcfd74b2ab7 /docs/markdown/Reference-manual.md | |
parent | 2fc0a11062757c7f621b53d6ccfc158889c18544 (diff) | |
download | meson-51868d00e7a25ef9e587228e949964a765ed9d2d.zip meson-51868d00e7a25ef9e587228e949964a765ed9d2d.tar.gz meson-51868d00e7a25ef9e587228e949964a765ed9d2d.tar.bz2 |
[Qt module] Privates headers: added documentation
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 776703c..6bfee96 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -341,6 +341,7 @@ otherwise. This function supports the following keyword arguments: `>1.0.0`, `<=2.3.5` or `3.1.4` for exact matching. (*Added 0.37.0*) You can also specify multiple restrictions by passing a list to this keyword argument, such as: `['>=3.14.0', '<=4.1.0']`. +- `private_headers`, only available with Qt modules see [documentation](Qt5-module.md#private_headers). If dependency_name is '', the dependency is always not found. So with `required: false`, this always returns a dependency object for which the |