From f3a8efc11be3b356f95b39430d3bd165f1646038 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Mon, 30 Apr 2018 11:39:58 +0200 Subject: 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 --- docs/markdown/Qt5-module.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/markdown') 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 -- cgit v1.1