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 22:18:34 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:56:34 +0300
commit2396580e509f32b5e3c98dd9167b306cfdb2d0c6 (patch)
tree77f1c462a50bbc851f32af9505ac9c8d7ff0c9a7 /src/mumble_exe
parent209255df67098860c04af1f357262f1fc932d8dc (diff)
src: set custom build directory in relation to the global one
Diffstat (limited to 'src/mumble_exe')
-rw-r--r--src/mumble_exe/mumble_exe.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mumble_exe/mumble_exe.pro b/src/mumble_exe/mumble_exe.pro
index 4894167ef..58588ed04 100644
--- a/src/mumble_exe/mumble_exe.pro
+++ b/src/mumble_exe/mumble_exe.pro
@@ -47,12 +47,10 @@ win32-msvc* {
CONFIG(debug, debug|release) {
CONFIG += console
DEFINES *= DEBUG
- DESTDIR = ../../debug
}
CONFIG(release, debug|release) {
DEFINES *= NDEBUG
- DESTDIR = ../../release
}
include(../../qmake/symbols.pri)