Is it possible to create a DSYM file during release build using Qt (4.7.4)? Any special directive that I should put in my * .pro file?
This, and the directive:
QMAKE_POST_LINK='/Developer/usr/bin/dsymutil <path to bundle> -o <output name.dsym>
Taken from Qt Bugreports . But I tried this a while ago, and it worked fine (this was under Leopard since 4.7.4)