Yeah, I have right. I copy all Qt library to RPI and use this in rpi terminal:
export LD_LIBRARY_PATH="/home/pi/QtBase-5.7.0/lib"
./Test
and everything work.
Tomorrow I'll try just install qt in rpi, and this should work without terminal.
Another topic solved.