diff options
author | Martin Smith <msmith@trolltech.com> | 2009-11-19 14:24:40 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-23 12:09:20 (GMT) |
commit | 433718d78d8b18f9e511e84288e04338ede87bd6 (patch) | |
tree | a83e558a5a7f2dd24978c66fe2d6e54022e469d4 | |
parent | 3358806d229588607f2749e6b22c53c3248cbfcd (diff) | |
download | Qt-433718d78d8b18f9e511e84288e04338ede87bd6.zip Qt-433718d78d8b18f9e511e84288e04338ede87bd6.tar.gz Qt-433718d78d8b18f9e511e84288e04338ede87bd6.tar.bz2 |
doc: Added note about including a 3rd party library in the bundle.
(cherry picked from commit 51b3c2e652578f5577c07c22e177699d345c1dd7)
-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 be54165..edc4df1 100644 --- a/doc/src/deployment/deployment.qdoc +++ b/doc/src/deployment/deployment.qdoc @@ -1491,7 +1491,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 |