diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-19 14:24:40 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-11-19 14:32:43 (GMT) |
commit | 51b3c2e652578f5577c07c22e177699d345c1dd7 (patch) | |
tree | 9bda9d7c77b5636934cdc7d5b8a8cc2ee2ba02d7 /doc | |
parent | 422ed1c94869e4a93a14602beef69f5b08941060 (diff) | |
download | Qt-51b3c2e652578f5577c07c22e177699d345c1dd7.zip Qt-51b3c2e652578f5577c07c22e177699d345c1dd7.tar.gz Qt-51b3c2e652578f5577c07c22e177699d345c1dd7.tar.bz2 |
doc: Added note about including a 3rd party library in the bundle.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/deployment/deployment.qdoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc index b5b1b9c..f94dde1 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -1490,7 +1490,13 @@ \o Accessibility for Qt3Support is deployed if the application uses the Qt3Support module. \endlist - macdeployqt supports the following options: + \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. + + \c macdeployqt supports the following options: \list \o -no-plugins: Skip plugin deployment \o -dmg : Create a .dmg disk image |