From d8bc9903f597fc9048cc6221113deaba00d3b409 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 20 Sep 2013 14:00:18 +0200 Subject: docs: QT_STATICPLUGIN is needed when building a plugin, not application. Change-Id: Ifcdf2df6adad7511730af3f24d4d4c82aa78e61f Reviewed-by: Jerome Pasion --- src/corelib/doc/src/plugins-howto.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3