diff options
-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 |