Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
What should I be putting into my *.pro file to generate DSYM files with my release build?
Ok. Got it. Using /Developer/usr/bin/dsymutil
You can put a "post link step":/doc/qt-4.8/qmake-variable-reference.html#qmake-post-link into your .pro file that automatically generates the DSYM files once your target has been linked.