docs: QT_STATICPLUGIN is needed when building a plugin, not application.

Change-Id: Ifcdf2df6adad7511730af3f24d4d4c82aa78e61f
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Stephen Kelly 2013-09-20 14:00:18 +02:00 committed by The Qt Project
parent 88fb127331
commit d8bc9903f5

View File

@ -296,7 +296,7 @@
associated \l{tools/plugandpaintplugins/basictools}{Basic Tools}
plugin for details on how to do this.
\note If you are not using qmake to build your application you need
\note If you are not using qmake to build your plugin you need
to make sure that the \c{QT_STATICPLUGIN} preprocessor macro is
defined.