diff options
author | David Boddie <david.boddie@nokia.com> | 2011-08-22 15:21:47 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-08-22 15:21:47 (GMT) |
commit | bd3c6cca161d776f547c6cdc40c5ac577fc837ae (patch) | |
tree | 352820ad1bf03d95449eac25d20f470fbf99c9db /doc | |
parent | 540222f0d936a48f57ed36496fcb211cc437cb1b (diff) | |
download | Qt-bd3c6cca161d776f547c6cdc40c5ac577fc837ae.zip Qt-bd3c6cca161d776f547c6cdc40c5ac577fc837ae.tar.gz Qt-bd3c6cca161d776f547c6cdc40c5ac577fc837ae.tar.bz2 |
Doc: Added links to the plugin deployment guide.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/deployment/deployment.qdoc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc index a13e2b8..ecb9ec6 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -102,15 +102,16 @@ of the libraries used by the application. Using static linking, however, the Qt run-time is compiled into the executable. - In general, you should deploy all plugins that your build of Qt uses, - excluding only those that you have identified as being unnecessary - for your application and its users. + In general, you should \l{Deploying Plugins}{deploy all plugins} + that your build of Qt uses, excluding only those that you have + identified as being unnecessary for your application and its users. For instance, you may need to deploy plugins for JPEG support and SQL drivers, but you should also deploy plugins that your users may require, including those for accessibility. - For more information about plugins, see the - \l{plugins-howto.html}{How to Create Qt Plugins} documentation. + For more information about plugins, see + \l{plugins-howto.html}{How to Create Qt Plugins} and + \l{Deploying Plugins}. When deploying an application using the shared library approach you must ensure that the Qt libraries will use the correct path to @@ -501,7 +502,8 @@ The \l{How to Create Qt Plugins} document outlines the issues you need to pay attention to when building and deploying plugins for - Qt applications. + Qt applications. More information about deployment can be found in + \l{Deploying Plugins}. */ /*! |