diff options
author | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-04-30 11:39:58 +0200 |
---|---|---|
committer | Alexis Jeandet <alexis.jeandet@member.fsf.org> | 2018-04-30 11:43:54 +0200 |
commit | f3a8efc11be3b356f95b39430d3bd165f1646038 (patch) | |
tree | d389a4d98cfad3fbef03617e3aee610c5ea9acd6 /docs | |
parent | f784ee62eab752ca9b8c14281a0c6edbcde2c7b2 (diff) | |
download | meson-f3a8efc11be3b356f95b39430d3bd165f1646038.zip meson-f3a8efc11be3b356f95b39430d3bd165f1646038.tar.gz meson-f3a8efc11be3b356f95b39430d3bd165f1646038.tar.bz2 |
Added Added Qt's private header support with pkg-config
Just use the same approach than qmake to generate private headers path
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Qt5-module.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/markdown/Qt5-module.md b/docs/markdown/Qt5-module.md index 5a7a4c2..7b0bf28 100644 --- a/docs/markdown/Qt5-module.md +++ b/docs/markdown/Qt5-module.md @@ -44,4 +44,5 @@ See the Qt documentation for the [list of modules](http://doc.qt.io/qt-5/qtmodul 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. -Note that this option is only compatible with qmake dependency method, using auto or pkg-config will fallback to qmake. + +**Note** that using private headers in your project is a bad idea, do it at your own risks.
\ No newline at end of file |