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

2015-10-29 Thread Thiago Macieira
On Friday 30 October 2015 10:03:17 Hamish Moffatt wrote: > > Visual Studio is not the problem for Qt developers (why you need such > > generator?), but without XCode generator you just can't live if you > > develop for iOS platform, for example... > > Because I like to develop in VS. I guess you'r

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

2015-10-29 Thread Hamish Moffatt
On 30/10/15 09:57, Igor Mironchik wrote: On 30.10.2015 01:53, Hamish Moffatt wrote: On 30/10/15 01:31, Gian Maxera wrote: :-( So, there is no alternative but manually tweak the generated Xcode :-( Can you do the DWARF generation yourself and combine that and your custom post link stage in

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

2015-10-29 Thread Igor Mironchik
On 30.10.2015 01:53, Hamish Moffatt wrote: On 30/10/15 01:31, Gian Maxera wrote: :-( So, there is no alternative but manually tweak the generated Xcode :-( Can you do the DWARF generation yourself and combine that and your custom post link stage into the post link script? It would be gre

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

2015-10-29 Thread Hamish Moffatt
On 30/10/15 01:31, Gian Maxera wrote: :-( So, there is no alternative but manually tweak the generated Xcode :-( Can you do the DWARF generation yourself and combine that and your custom post link stage into the post link script? It would be great if qmake had some more hooks for custom step

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

2015-10-29 Thread Igor Mironchik
___ Fra: Interest på vegne av Gian Maxera 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 g

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

2015-10-29 Thread Gian Maxera
gt;> >>> 1. You can do: >>> QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym >>> >>> 2. You can try to use: >>> QMAKE_POST_LINK="" >>> >>> -Richard >>> >>> >>> Fra: Interest på vegne av Gia

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

2015-10-29 Thread Igor Mironchik
: QMAKE_POST_LINK="" -Richard Fra: Interest på vegne av Gian Maxera 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 comp

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

2015-10-29 Thread Gustavsen Richard
Hi! > > 1. You can do: > QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym > > 2. You can try to use: > QMAKE_POST_LINK="" > > -Richard > > > Fra: Interest på vegne av Gian Maxera > > Sendt: 28. oktober 2015 13:00 >

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

2015-10-28 Thread Gian Maxera
with-dsym > > 2. You can try to use: > QMAKE_POST_LINK="" > > -Richard > > > Fra: Interest på vegne av Gian Maxera > > Sendt: 28. oktober 2015 13:00 > Til: interest > Emne: [Interest] How to run a custom co

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

2015-10-28 Thread Gustavsen Richard
Hi! 1. You can do: QMAKE_XCODE_DEBUG_INFORMATION_FORMAT = dwarf-with-dsym 2. You can try to use: QMAKE_POST_LINK="" -Richard Fra: Interest på vegne av Gian Maxera Sendt: 28. oktober 2015 13:00 Til: interest Emne: [Interest] How to ru

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

2015-10-28 Thread Gian Maxera
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. ___ In