diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-03-24 11:52:16 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-03-24 11:52:16 (GMT) |
commit | 0df19648d2777c021e7bfe3031e097016a159e8e (patch) | |
tree | 4d9e9f9ee8730002fa08a2b6fad6837d716453fc /doc/src/deployment.qdoc | |
parent | 22d472c17167c4ca8df5678842768ab63b7baadd (diff) | |
download | Qt-0df19648d2777c021e7bfe3031e097016a159e8e.zip Qt-0df19648d2777c021e7bfe3031e097016a159e8e.tar.gz Qt-0df19648d2777c021e7bfe3031e097016a159e8e.tar.bz2 |
Add documentation about how to create shared libraries.
Reviewed-by: Paul
Reviewed-by: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
Diffstat (limited to 'doc/src/deployment.qdoc')
-rw-r--r-- | doc/src/deployment.qdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/deployment.qdoc b/doc/src/deployment.qdoc index d2c7a9e..7e02f1a 100644 --- a/doc/src/deployment.qdoc +++ b/doc/src/deployment.qdoc @@ -89,8 +89,9 @@ of Qt, you get Qt as a shared library. The disadvantage with the shared library approach is that you - will get more files to deploy. - + will get more files to deploy. For more information, see + \l{sharedlibrary.html}{Creating Shared Libraries}. + \section1 Deploying Qt's Libraries \table |