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/macx
diff options
context:
space:
mode:
authordavidebeatrici <davidebeatrici@gmail.com>2018-02-18 21:47:36 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:56:34 +0300
commit42e8d60bcb5fa267c535bc7f59dd690f1db47297 (patch)
tree89925a7d82dc04c14f5f6e7ed027704ce9475d78 /macx
parent5477e8f9998e06fd485d595a4d9da216b4c9f82c (diff)
macx: don't set custom build directory
Diffstat (limited to 'macx')
-rw-r--r--macx/compat/compat.pro8
-rw-r--r--macx/osax/osax.pro8
2 files changed, 0 insertions, 16 deletions
diff --git a/macx/compat/compat.pro b/macx/compat/compat.pro
index 8b2230cf3..539dace6d 100644
--- a/macx/compat/compat.pro
+++ b/macx/compat/compat.pro
@@ -31,12 +31,4 @@ TARGET = Mumble.compat
OBJECTIVE_SOURCES = compat.m
QMAKE_LFLAGS += -framework ApplicationServices -framework Cocoa -framework AppKit
-CONFIG(debug, debug|release) {
- DESTDIR = ../../debug
-}
-
-CONFIG(release, debug|release) {
- DESTDIR = ../../release
-}
-
include(../../qmake/symbols.pri)
diff --git a/macx/osax/osax.pro b/macx/osax/osax.pro
index 1366d6f96..964b18747 100644
--- a/macx/osax/osax.pro
+++ b/macx/osax/osax.pro
@@ -34,12 +34,4 @@ QMAKE_BUNDLE_DATA += SDEF
OBJECTIVE_SOURCES = osax.m
-CONFIG(debug, debug|release) {
- DESTDIR = ../../debug
-}
-
-CONFIG(release, debug|release) {
- DESTDIR = ../../release
-}
-
include(../../qmake/symbols.pri)