diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-08-19 11:58:44 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-08-19 11:58:44 (GMT) |
commit | d0a25e466ea0234d03caff4ab0742484c37ae39f (patch) | |
tree | eae719e37bab8dce13e9d815ec7ec49774797987 /doc/src/deployment | |
parent | b500a401e0b308aa8fd80ec1a58af2daacfd87b2 (diff) | |
download | Qt-d0a25e466ea0234d03caff4ab0742484c37ae39f.zip Qt-d0a25e466ea0234d03caff4ab0742484c37ae39f.tar.gz Qt-d0a25e466ea0234d03caff4ab0742484c37ae39f.tar.bz2 |
doc: Removed comment about automatic inclusion of 3rd party library.
It must be copied into the appliv=cation bundle automatically.
Diffstat (limited to 'doc/src/deployment')
-rw-r--r-- | doc/src/deployment/deployment.qdoc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc index 00771ed..f2908bd 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -1442,10 +1442,8 @@ \endlist \note If you want a 3rd party library to be included in your - application bundle, then you must add an excplicit lib entry for - that library to your application's .pro file. Otherwise, the - \c macdeployqt tool will not copy the 3rd party .dylib into the - bundle. + application bundle, then you must copy the library into the + bundle manually, after the bundle is created. \c macdeployqt supports the following options: \list |