diff options
author | David Boddie <dboddie@trolltech.com> | 2010-01-08 18:28:28 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-01-08 18:28:28 (GMT) |
commit | 6ac37019b952c7d38ee2d04168ef21541f8c15c2 (patch) | |
tree | 15917f9e22eb2041ffc33aa26df0a0e82928fd07 /doc/src/deployment | |
parent | 7db366ac2486c20e3b44a5a74b4aa8f5948d796d (diff) | |
download | Qt-6ac37019b952c7d38ee2d04168ef21541f8c15c2.zip Qt-6ac37019b952c7d38ee2d04168ef21541f8c15c2.tar.gz Qt-6ac37019b952c7d38ee2d04168ef21541f8c15c2.tar.bz2 |
Doc: Clarified why a path matches in the example given.
Task-number: QT-1519 (internal)
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/deployment')
-rw-r--r-- | doc/src/deployment/qt-conf.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/deployment/qt-conf.qdoc b/doc/src/deployment/qt-conf.qdoc index 4357c88..b195889 100644 --- a/doc/src/deployment/qt-conf.qdoc +++ b/doc/src/deployment/qt-conf.qdoc @@ -128,7 +128,7 @@ \list \o 4.0.1 matches \c Paths/4 \o 4.1.5 matches \c Paths/4.1 - \o 4.6.3 matches \c Paths/4.2.5 + \o 4.6.3 matches \c Paths/4.2.5 (because 4.2.5 is the latest version with the same major version number) \o 5.0.0 matches \c Paths \o 6.0.2 matches \c Paths/6 \endlist |