I need to send my Qt 4.3.5 application to someone who is running Suse Enterprise 10. When they try and run my application they get "Error while loading shared libraries: libQtGui.so.4". So it looks like Qt4 is not installed on that machine.

I'm not quite sure of the best to distribute the libraries given that I'm using a different distribution of Suse (Open Suse 10.3 vs Suse Enterprise 10).

Should I:

a) Send them the Qt library files from my machine? (will they work on another Linux version?)

b) Have them download compile Qt open source on their machine?

c) Statically link my application with the Qt libraries?

d) Are there typically pre-built libraries for Qt that can be installed from the source CD-ROM?

e) Something else?

Thanks