diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 12:09:14 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 12:09:14 (GMT) |
commit | a46f54e0ad78ccb4ffaeee6befc7429f93740375 (patch) | |
tree | 5306286f563352788fce63bc7cbfcc1035e19dc1 /doc | |
parent | 2df5b45eed7059862e9dd10a74c19310266b9d55 (diff) | |
download | Qt-a46f54e0ad78ccb4ffaeee6befc7429f93740375.zip Qt-a46f54e0ad78ccb4ffaeee6befc7429f93740375.tar.gz Qt-a46f54e0ad78ccb4ffaeee6befc7429f93740375.tar.bz2 |
Fix a couple more unmaintained version numbers.
I have now inspected all 4.x.y version numbers appearing in the depot.
All remaining instances appear to be acceptable.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/deployment.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/deployment.qdoc b/doc/src/deployment.qdoc index d9f7c1a..bcfa93d 100644 --- a/doc/src/deployment.qdoc +++ b/doc/src/deployment.qdoc @@ -911,7 +911,7 @@ Then qApp->libraryPaths() would return something like this: "C:/customPath/plugins " - "C:/Qt/4.5.0/plugins" + "C:/Qt/%VERSION%/plugins" "E:/myApplication/directory/" The executable will look for the plugins in these directories and |