summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-07-08 16:26:07 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-07-08 16:26:07 (GMT)
commit5ed43fa92a0110dce36a38853932187287a153b6 (patch)
tree76fb10e7f00f91efcba59fa88348c6cbd1a06692 /doc
parentf5392a4290e5f7ae2bdf268c1fa8c037e776fdae (diff)
downloadQt-5ed43fa92a0110dce36a38853932187287a153b6.zip
Qt-5ed43fa92a0110dce36a38853932187287a153b6.tar.gz
Qt-5ed43fa92a0110dce36a38853932187287a153b6.tar.bz2
Doc: Added information about newer Visual Studio libraries.
Reviewed-by: Trust Me As-seen-on: #pyqt (freenode.net)
Diffstat (limited to 'doc')
-rw-r--r--doc/src/deployment.qdoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/src/deployment.qdoc b/doc/src/deployment.qdoc
index 0866930..1da2c06 100644
--- a/doc/src/deployment.qdoc
+++ b/doc/src/deployment.qdoc
@@ -715,17 +715,19 @@
\table 100%
\header
- \o \o VC++ 6.0 \o VC++ 7.1 (2003) \o VC++ 8.0 (2005)
+ \o \o VC++ 6.0 \o VC++ 7.1 (2003) \o VC++ 8.0 (2005) \o VC++ 9.0 (2008)
\row
\o The C run-time
\o \c msvcrt.dll
\o \c msvcr71.dll
\o \c msvcr80.dll
+ \o \c msvcr90.dll
\row
\o The C++ run-time
\o \c msvcp60.dll
\o \c msvcp71.dll
\o \c msvcp80.dll
+ \o \c msvcp90.dll
\endtable
To verify that the application now can be successfully deployed,
@@ -893,7 +895,7 @@
\o \l{qt-conf.html}{Using \c qt.conf}. This approach is the recommended
if you have executables in different places sharing the same plugins.
-
+
\o Using QApplication::addLibraryPath() or
QApplication::setLibraryPaths(). This approach is recommended if you only
have one executable that will use the plugin.
@@ -902,10 +904,10 @@
hard-coded paths in the QtCore library.
\endlist
-
+
If you add a custom path using QApplication::addLibraryPath it could
look like this:
-
+
\snippet doc/src/snippets/code/doc_src_deployment.qdoc 54
Then qApp->libraryPaths() would return something like this: