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 | |
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
-rw-r--r-- | FAQ.txt | 2 | ||||
-rw-r--r-- | doc/src/deployment.qdoc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ to Unix style line endings (LF). To avoid this problem, uncompress the file again and give the option "-a" to unzip, which will then add the correct line endings. -Q: I'm running Windows XP and I downloaded the qt-win-eval-4.5.0-vs2008.exe +Q: I'm running Windows XP and I downloaded the qt-win-eval-%VERSION%-vs2008.exe version of Qt. However, when I try to run the examples I get an error saying: "The application failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.". I reinstalled 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 |