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:
authordavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:55:49 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:56:29 +0300
commit696e968d809a27ab385c685636d169f3d6361253 (patch)
tree59170e20c23c0839eae3a154adffb26effe14246 /qmake/symbols.pri
parent48277cb2f203aef47984c90b7567890668a68e79 (diff)
qmake: set custom build folders globally, with separated directories for each build file type
Diffstat (limited to 'qmake/symbols.pri')
-rw-r--r--qmake/symbols.pri8
1 files changed, 1 insertions, 7 deletions
diff --git a/qmake/symbols.pri b/qmake/symbols.pri
index 791edacb3..22edff6dc 100644
--- a/qmake/symbols.pri
+++ b/qmake/symbols.pri
@@ -4,13 +4,7 @@
# Mumble source tree or at <https://www.mumble.info/LICENSE>.
CONFIG(symbols):macx {
- CONFIG(debug, debug|release) {
- DSYM_DESTDIR = $${PWD}/debug
- }
-
- CONFIG(release, debug|release) {
- DSYM_DESTDIR = $${PWD}/release
- }
+ DSYM_DESTDIR = $${DESTDIR}
contains(TEMPLATE, 'app') {
DSYM_TARGET_FULLPATH = ${TARGET}