summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-04-01 14:38:15 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-04-01 14:38:15 (GMT)
commit244daeabfb55160387985d0ff3f057aa03d4d2da (patch)
tree9ff8a4ac7e609d7071e1ea62d02baf86f4d2ea28
parent80293b874047c028e47d91d33c2afe157d9e6785 (diff)
downloadQt-244daeabfb55160387985d0ff3f057aa03d4d2da.zip
Qt-244daeabfb55160387985d0ff3f057aa03d4d2da.tar.gz
Qt-244daeabfb55160387985d0ff3f057aa03d4d2da.tar.bz2
Doc: Updated the deployment documentation with the QtScriptTools module and references to Phonon documentation.
Task-number: 212939 Reviewed-by: TrustMe
-rw-r--r--doc/src/deployment.qdoc13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/src/deployment.qdoc b/doc/src/deployment.qdoc
index 7e02f1a..d9f7c1a 100644
--- a/doc/src/deployment.qdoc
+++ b/doc/src/deployment.qdoc
@@ -91,7 +91,7 @@
The disadvantage with the shared library approach is that you
will get more files to deploy. For more information, see
\l{sharedlibrary.html}{Creating Shared Libraries}.
-
+
\section1 Deploying Qt's Libraries
\table
@@ -111,13 +111,14 @@
\o \l {QtNetwork}
\o \l {QtOpenGL}
\o \l {QtScript}
- \o \l {QtSql}
+ \o \l {QtScriptTools}
\row
+ \o \l {QtSql}
\o \l {QtSvg}
\o \l {QtWebKit}
\o \l {QtXml}
- \o \l {QtXmlPatterns}
\row
+ \o \l {QtXmlPatterns}
\o \l {Phonon Module}{Phonon}
\o \l {Qt3Support}
\endtable
@@ -178,11 +179,13 @@
Please see \l{QtWebKit Module#License Information}{the QtWebKit module
documentation} for more information.
- \row \o Phonon \o Phonon
+ \row \o \l{Phonon Module}{Phonon} \o Phonon
\o Phonon relies on the native multimedia engines on different platforms.
Phonon itself is licensed under the GNU LGPL version 2. Please see
\l{Phonon Module#License Information}{the Phonon module documentation}
- for more information.
+ for more information on licensing and the
+ \l{Phonon Overview#Backends}{Phonon Overview} for details of the backends
+ in use on different platforms.
\endtable
\section1 Platform-Specific Notes