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-18 21:48:24 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:56:34 +0300
commit9a474757d05d1618b6308b217b942aa064859f5a (patch)
tree81a701ba8c7c77772e009036e93c00dcd1d01155 /g15helper
parent42e8d60bcb5fa267c535bc7f59dd690f1db47297 (diff)
g15helper: don't set custom build directory
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/g15helper/g15helper.pro b/g15helper/g15helper.pro
index 7bddaa475..a0d9bfc07 100644
--- a/g15helper/g15helper.pro
+++ b/g15helper/g15helper.pro
@@ -94,13 +94,8 @@ CONFIG(g15-emulator) {
}
}
-CONFIG(release, debug|release) {
- DESTDIR = ../release
-}
-
CONFIG(debug, debug|release) {
DEFINES *= USE_LOGFILE
- DESTDIR = ../debug/
}
include(../qmake/symbols.pri)