diff options
author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-05-27 21:20:42 +0200 |
---|---|---|
committer | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-05-27 21:20:42 +0200 |
commit | 7cfe970cef7e913279b55f7b3261b53b7f2a50a1 (patch) | |
tree | a614364804d962258b1829c5b7683639a9d2517f /docs/markdown | |
parent | f3a8efc11be3b356f95b39430d3bd165f1646038 (diff) | |
download | meson-7cfe970cef7e913279b55f7b3261b53b7f2a50a1.zip meson-7cfe970cef7e913279b55f7b3261b53b7f2a50a1.tar.gz meson-7cfe970cef7e913279b55f7b3261b53b7f2a50a1.tar.bz2 |
[Qt module] private_headers kwarg documentation reformulation
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Qt5-module.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index 7b0bf28..0185a64 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -42,7 +42,7 @@ See the Qt documentation for the [list of modules](http://doc.qt.io/qt-5/qtmodul ## private headers (since v0.47.0) -Some projects needs Qt's private headers to build, that's why a **private_headers** keyword argument has been added to [dependency](Reference-manual.md#dependency) method. -Setting this optionnal argument will add private include path of the given module to the compiler flags. +**private_headers** keyword argument has been added to [dependency](Reference-manual.md#dependency) method to allow Qt's modules private headers usage. +Setting this optional argument to true will add private include path of the given module to the compiler flags. **Note** that using private headers in your project is a bad idea, do it at your own risks.
\ No newline at end of file |