I'm developing an application for the Mac, and I'm wicked new at this - what would be the best way to distribute the Qt Framework so that I'm not impacting an already existing framework, and so that my App.app picks up the libraries. I'm also using boost, so I'm curious how a simple bundle works with libraries.
A:
You can use macdeployqt tool that comes with Qt installation. It will copy the needed framework from the Qt installation into your application bundle.
Stephen Chu
2010-06-07 21:17:36
Typo: the name is macdeployqt.
JWWalker
2010-06-07 21:49:57
Thanks for the corrections. I am a lousy typist...
Stephen Chu
2010-06-07 22:15:15