Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN description

The Static Plugins page describes handling of qmake and CMake already
in greater detail. No need to replicate it here.

Pick-to: 6.4
Task-number: QTBUG-88044
Change-Id: I2cae85c0b0d20585b563bab9e263121181adeb8c
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Kai Köhne 2022-08-18 14:53:14 +02:00
parent 54e01d50f4
commit 836b2ae1e6
2 changed files with 3 additions and 9 deletions

View File

@ -1,4 +0,0 @@
#! [3]
TEMPLATE = app
QTPLUGIN += qjpeg qgif # image formats
#! [3]

View File

@ -82,11 +82,9 @@
\snippet code/doc_src_qplugin.cpp 2
Static plugins must also be included by the linker when your
application is built. For Qt's predefined plugins,
you can use the \c QTPLUGIN to add
the required plugins to your build. For example:
application is built. See \l{Static Plugins} for more information
on this.
\snippet code/doc_src_qplugin.pro 3
\sa {Static Plugins}, {How to Create Qt Plugins}, {qmake-getting-started}{Getting Started with qmake}
\sa {Static Plugins}, {How to Create Qt Plugins}
*/