Hello together,

first, sry for this stupid question but i tried to solve it with google and the search function but wasnt able to find s.th ....

I wanna run a qt program (nothing special on a stand alone linux machine).
Machine 1: ubuntu 12.04 qt 4.8 compiled the program and it works well. (dynamic linking so i need to put the qt libs near the executeable file that the OS can find them.)
Machine2: ubuntu 12.04 (no qt installed) wont run the program cause i need to give the program some libs or? On Windows i just put the neccessary qt dll´s in a path the .exe can find them and then the program runs on windows. But i am a newbie on linux, so i looked for qt .so files but dont find them...

So the question is, how can i use a program which is compiled on ubuntu on another linux machine without installing qt?

TIA for ur help!
Anenja