summaryrefslogtreecommitdiffstats
path: root/FAQ.txt
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-08-18 05:52:10 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-08-18 05:52:10 (GMT)
commit6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6 (patch)
treedc03e5bd5c5cedb0bccb70bbe341a78a7a11a9a6 /FAQ.txt
parentd35265496a02db5f213a18e610ad736fe357c26d (diff)
downloadQt-6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6.zip
Qt-6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6.tar.gz
Qt-6d9563070a87bc6c0b014b2a40af2e4b6eb1a6f6.tar.bz2
Fold the FAQ.txt file into the known-issues documentation.
Reviewed-by: Gareth Pethig
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/FAQ.txt b/FAQ.txt
deleted file mode 100644
index 1d2266d..0000000
--- a/FAQ.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-This is a list of Frequently Asked Questions regarding this Qt release.
-
-Q: I'm using a Unix system and I downloaded the Zip package. However, when I try
-to run the configure script, I get the following error message:
-"bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"
-A: The problem here is converting files from Windows style line endings (CRLF)
-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-%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
-the package but the error persists. What am I doing wrong?
-A: The problem is an incorrect version of the CRT. Visual studio requires CRT90
-while Windows XP comes with CRT80. To solve this problem, please install the
-2008 CRT redistributable package from Microsoft.