Doc: Remove mentioning of qmake from Qt PlatformHeaders documentation

Change-Id: I902df9c7803e593000c2e0f9cc3ccf1505899886
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Kai Koehne 2020-05-22 14:29:11 +02:00
parent 3c31dd0330
commit a716ee67fd
1 changed files with 1 additions and 1 deletions

View File

@ -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.