[Qt-interest] Linking Framework app on Mac with install_name_tool

Pavel Koshevoy pavel at aragog.com
Thu Jun 23 17:33:54 CEST 2011


On 6/23/11 12:25 AM, Stan Warford wrote:
>> On 06/22/2011 08:27 PM, Pavel Koshevoy wrote:
>>
>> Never mind, I just read the rest of your post, looks like you fixed the
>> frameworks.  Anyway, I've attached my script that I use to deploy OSX bundles.
>> You may need to tailor it a bit to suit your environment.  The script is brain
>> dead simple to use.
>> step 1 - compile your app project.
>> step 2 - ./DeployOSX.sh your.app
>>
>> If it doesn't work look for errors in script output (again, you may need to
>> tailor the paths a bit).  To help debugging the script you can change
>> #!/bin/bash to #!/bin/bash -x -- it will print out every line the script executes.
>>
>> Hope this helps,
>> 	Pavel.
> Pavel,
>
> GREAT! Worked the first time with no modifications. This is a fantastic tool. It's like your own macdeployqt, but it works.
>
> This is definitely going into my toolkit. How widely available is your tool? Do you have some site where you maintain it and release it?
>
> Thanks!
>
> Stan

I am glad it worked.  I do not maintain/release DeployOSX.sh as a 
standalone project.  You are free to have it and do with it what ever 
you want.  It's part of my apprenticevideo project on sourceforge, and I 
usually keep a copy checked out here -- 
http://www.aragog.com/~pavel/src/sf-apprenticevideo/DeployOSX.sh

     Pavel.




More information about the Qt-interest-old mailing list