diff options
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -83,10 +83,10 @@ Q: The configure script fails and tells me, it can't find my Qt A: There are two things you should check: 1. It may be that the Qt header files are not installed. If this is true, install them and run the configure script again. - 2. The QTDIR environment variable might not be set properly or at all. + 2. The TQTDIR environment variable might not be set properly or at all. Check for the following line in your ~/.bashrc file - export QTDIR=PREFIX + export TQTDIR=PREFIX and add it, if it is not present. Replace PREFIX with the prefix of your Qt installation. Run @@ -95,7 +95,7 @@ A: There are two things you should check: from the shell. Now, you're set for a second configuration attempt. - If the header files are installed and the QTDIR variable is set, but you + If the header files are installed and the TQTDIR variable is set, but you still get the same error, you might want to try to pass the '--with-qt-includes=/path/to/header/files' option to the configure script. |