summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/doc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-05-22 14:29:11 +0200
committerKai Koehne <kai.koehne@qt.io>2020-05-26 15:11:40 +0200
commita716ee67fd7cb94a3de4467c5b5dd3c889c28c63 (patch)
treee32d3f44e3eb475b444265165ba1a2a4a4610a71 /src/platformheaders/doc
parent3c31dd0330ccdc7e72dcfdba7391379face168a1 (diff)
Doc: Remove mentioning of qmake from Qt PlatformHeaders documentation
Change-Id: I902df9c7803e593000c2e0f9cc3ccf1505899886 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/platformheaders/doc')
-rw-r--r--src/platformheaders/doc/src/qtplatformheaders.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platformheaders/doc/src/qtplatformheaders.qdoc b/src/platformheaders/doc/src/qtplatformheaders.qdoc
index 6eb7b27cce..d7e20a2798 100644
--- a/src/platformheaders/doc/src/qtplatformheaders.qdoc
+++ b/src/platformheaders/doc/src/qtplatformheaders.qdoc
@@ -88,7 +88,7 @@
#include <QtPlatformHeaders/QXcbWindowFunctions>
\endcode
- As the module is header-only, no further modifications to the .pro files are required to use it.
+ As the module is header-only, no modifications to your build system are required.
\note The module name (\c QtPlatformHeaders) must appear in the \c #include directive.
\note It is not necessary to enclose the code in \c #ifdef directives depending on platform.