On 17/10/12 19:19, Daniel Price wrote:
>[...]
> If you've put the effort into porting you app to OSX, do it properly. Build 
> Qt without frameworks, deploy the .dylibs to your bundle and use a post-build 
> script to set the install names. There's a tool called mac dylib bundler 
> which can do much of this work for you 
> (http://macdylibbundler.sourceforge.net/).

Or use static linking (if you can) and you won't have to deal with that 
whole circus.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to