summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-09-20 14:00:18 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-21 01:25:19 +0200
commitd8bc9903f597fc9048cc6221113deaba00d3b409 (patch)
tree0e0b91b5437411ca1e1af6cb9795ee211eeb9420 /src/corelib/doc
parent88fb1273315b2bfde42b421ea39624d95850c7eb (diff)
docs: QT_STATICPLUGIN is needed when building a plugin, not application.
Change-Id: Ifcdf2df6adad7511730af3f24d4d4c82aa78e61f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/corelib/doc')
-rw-r--r--src/corelib/doc/src/plugins-howto.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc
index 060df8fa18..2dbf1f8141 100644
--- a/src/corelib/doc/src/plugins-howto.qdoc
+++ b/src/corelib/doc/src/plugins-howto.qdoc
@@ -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.