From a716ee67fd7cb94a3de4467c5b5dd3c889c28c63 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 22 May 2020 14:29:11 +0200 Subject: [PATCH] Doc: Remove mentioning of qmake from Qt PlatformHeaders documentation Change-Id: I902df9c7803e593000c2e0f9cc3ccf1505899886 Reviewed-by: Paul Wicking --- src/platformheaders/doc/src/qtplatformheaders.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \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.