Ok. i start compiling static application and i recieve
/usr/bin/ld: cannot find -lfreetype

BUT if i enter
>/usr/bin/ld -lfreetype
it gives NO ERROR!!

other way:
>ldconfig -p | grep freetype
> libfreetype.so.6 (libc6) => /usr/lib/libfreetype.so.6
> libfreetype.so (libc6) => /usr/lib/libfreetype.so

Realy file exist! Why QT while making not see this?? How this can be?