summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Martins <sergio.martins@kdab.com>2014-12-08 20:20:59 +0000
committerSérgio Martins <sergio.martins@kdab.com>2014-12-23 17:27:51 +0100
commita426b77d7cd90390c4649af6e2b3a5bc5ff61a26 (patch)
tree5de1a3d0f4b005d0fcabc3b500671251ad54111e
parentdc3fc6db482e87b1567b003b3a8015a6d81719e7 (diff)
downloadqtdoc-a426b77d7cd90390c4649af6e2b3a5bc5ff61a26.tar.gz
Mention Q_INIT_RESOURCE in the plugin how-to.
Change-Id: I165f2f62693152a2ef94109a983dfd2513b58467 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
-rw-r--r--doc/src/howtos/plugins-howto.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/howtos/plugins-howto.qdoc b/doc/src/howtos/plugins-howto.qdoc
index d49b898b..bac6524a 100644
--- a/doc/src/howtos/plugins-howto.qdoc
+++ b/doc/src/howtos/plugins-howto.qdoc
@@ -388,6 +388,8 @@
\list 1
\li Add \c{CONFIG += static} to your plugin's \c .pro file.
\li Use the Q_IMPORT_PLUGIN() macro in your application.
+ \li Use the Q_INIT_RESOURCE() macro in your application if the plugin ships
+ qrc files.
\li Link your application with your plugin library using \c LIBS
in the \c .pro file.
\endlist