Hi,

I have successfully compiled some Qt application on a mac and now i want to distribute it.
I am linking dynamically to the Qt library. I followed the instructions given here and it works fine on system that has Qt installed on it. But when i try to execute the application on a system that does not have Qt installed I get the following error.


MyApplication has exited due to signal 5 (SIGTRAP).
[Session started at 2006-12-28 16:46:42 +0530.]
dyld: Library not loaded: libqt-mt.3.dylib
Referenced from: /Applications/MyApplication/Release/MyApplication.app/Contents/MacOS/MyApplication
Reason: image not found
Can someone please tell me how can I link my application to the Qt library so that it loads dynamically whenever the application wants ?

Thanks a lot.