[Interest] How to run a custom command after dSYM generation for iOS ?

Gian Maxera gmaxera at gmail.com
Wed Oct 28 16:04:34 CET 2015


I try QMAKE_POST_LINK … but it’s executed just one step before the generation of dSYM :-(
So, I need something like QMAKE_POST_POST_LINK :-P


> On 28 Oct 2015, at 14:23, Gustavsen Richard <Richard.Gustavsen at theqtcompany.com> wrote:
> 
> Hi!
> 
> 1. You can do:
> QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
> 
> 2. You can try to use:
> QMAKE_POST_LINK="<your bash script>"
> 
> -Richard
> 
> ________________________________________
> Fra: Interest <interest-bounces at qt-project.org> på vegne av Gian Maxera <gmaxera at gmail.com>
> Sendt: 28. oktober 2015 13:00
> Til: interest
> Emne: [Interest] How to run a custom command after dSYM generation for  iOS ?
> 
> Hello,
> I need to do 2 things:
> 1) setup the iOS compilation to always create dSYM for all configuration. The default is not to generate dSYM.
> 2) run a custom command after the dSYM has been created.
> 
> Anyone know how to do that ?
> 
> Thanks,
> Gianluca.
> 
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest




More information about the Interest mailing list