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
path: root/src
diff options
context:
space:
mode:
authorBenjamin Jemlich <pcgod@users.sourceforge.net>2010-07-15 16:32:19 +0400
committerBenjamin Jemlich <pcgod@users.sourceforge.net>2010-07-20 19:31:01 +0400
commitfe9ae2d88d7edd4ffee1709059c06b7e22b3a24f (patch)
tree1448a41bbaf466e543bfefb93f5828b5fbf78173 /src
parent89d30a94eabfbd43a922e6b9965b08365d7a269f (diff)
Disable crash reporter on linux
Diffstat (limited to 'src')
-rw-r--r--src/mumble/mumble.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mumble/mumble.pro b/src/mumble/mumble.pro
index cfe182ab4..b988ab3cb 100644
--- a/src/mumble/mumble.pro
+++ b/src/mumble/mumble.pro
@@ -25,6 +25,8 @@ unix:!CONFIG(bundled-speex):system(pkg-config --atleast-version=1.2 speexdsp) {
CONFIG(no-crash-report) {
DEFINES *= NO_CRASH_REPORT
+} else:unix:!macx {
+ DEFINES *= NO_CRASH_REPORT
} else {
HEADERS *= CrashReporter.h
SOURCES *= CrashReporter.cpp