Все собралось нормально,остался один пункт в INSTALLе. Обьясните,что за .profile и .login? Где их можно найти?
4. Environment variables
In order to use Qt, some environment variables needs to be
extended.
PATH - to locate qmake, moc and other Qt tools
This is done like this:
In .profile (if your shell is bash, ksh, zsh or sh), add the
following lines:
PATH=/usr/local/Trolltech/Qt-4.2.3/bin:$PATH
export PATH
In .login (in case your shell is csh or tcsh), add the following line:
setenv PATH /usr/local/Trolltech/Qt-4.2.3/bin:$PATH
If you use a different shell, please modify your environment
variables accordingly.
For compilers that do not support rpath you must also extended the
LD_LIBRARY_PATH environment variable to include
/usr/local/Trolltech/Qt-4.2.3/lib. On Linux with GCC this step
is not needed.