Qt 6.11 is out! See what's new in the release
blog
[Resolved] Generating DSYM files under release build for Mac/Qt-Creator
Installation and Deployment
3
Posts
2
Posters
4.6k
Views
1
Watching
-
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.