diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-05-27 23:50:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-27 23:50:30 +0300 |
commit | cc3e0bc4690886485e880b673ea16989f820b90d (patch) | |
tree | 9d589f534b83a5682df550e34a73ef7b1c498acc /docs/markdown/Reference-manual.md | |
parent | 1ff15f527b4aeb05874a729e5bb1c143c8cf6768 (diff) | |
parent | 7cfe970cef7e913279b55f7b3261b53b7f2a50a1 (diff) | |
download | meson-cc3e0bc4690886485e880b673ea16989f820b90d.zip meson-cc3e0bc4690886485e880b673ea16989f820b90d.tar.gz meson-cc3e0bc4690886485e880b673ea16989f820b90d.tar.bz2 |
Merge pull request #3491 from jeandet/qt_private_headers
Qt private headers
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 804ca0f..2f45451 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -347,6 +347,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 |