Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2009-11-22 15:37:16 +0300
committerMikkel Krautz <mikkel@krautz.dk>2009-11-22 18:28:05 +0300
commite96809e15d44e36001e4474c128cffe362623a1a (patch)
treec7804e445098321fda8395b89f43080b6774287f /g15helper
parentc365ac635217da1e1f3bcb7306ba614dbc5e3f1f (diff)
Extract .dSYM debug symbols on Mac OS X when using CONFIG=symbols.
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/g15helper/g15helper.pro b/g15helper/g15helper.pro
index 0eeb2e937..364e14cdd 100644
--- a/g15helper/g15helper.pro
+++ b/g15helper/g15helper.pro
@@ -36,3 +36,5 @@ CONFIG(debug, debug|release) {
DEFINES *= USE_LOGFILE
DESTDIR = ../debug/
}
+
+include(../symbols.pri)