PDA

View Full Version : qt application deployment issue?



vishal.chauhan
1st May 2007, 06:09
Hi All,

I m using Qt 4.2.1 on my Mac Intel.
I have installed qt dynamic libraries in release mode.
I m making a bundle of the shared dynamic libaries and add them to the .app of the application.

But still they r linking to the the library where Qt is Installed not to the library stored at .app bundle.

I m linking through this command

install_name_tool -change path/to/Qt/lib/QtCore.framework/Versions/4.0/QtCore
@executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore
plugandpaint.app/Contents/MacOs/plugandpaint


If any body knows the argument of this command then plz help me out to understand this command because i think I m not giving the correct argument.


Thanks.