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 23:52:48 +0300
committerdavidebeatrici <davidebeatrici@gmail.com>2018-02-19 01:56:34 +0300
commit209255df67098860c04af1f357262f1fc932d8dc (patch)
tree51d3873dd594c46cf04ebc0d05170c5a48927ff8 /3rdparty/minhook-build
parent696e968d809a27ab385c685636d169f3d6361253 (diff)
3rdparty: don't set custom build directories, aside from the two CELT versions
Diffstat (limited to '3rdparty/minhook-build')
-rw-r--r--3rdparty/minhook-build/minhook-build.pro9
1 files changed, 0 insertions, 9 deletions
diff --git a/3rdparty/minhook-build/minhook-build.pro b/3rdparty/minhook-build/minhook-build.pro
index 06b851e61..1aada668c 100644
--- a/3rdparty/minhook-build/minhook-build.pro
+++ b/3rdparty/minhook-build/minhook-build.pro
@@ -9,15 +9,6 @@ SOURCEDIR=$$replace(BUILDDIR,-build,-src)
error("Aborting configuration")
}
-CONFIG(debug, debug|release) {
- CONFIG += console
- DESTDIR = ../../debug
-}
-
-CONFIG(release, debug|release) {
- DESTDIR = ../../release
-}
-
TEMPLATE = lib
CONFIG -= qt
CONFIG += debug_and_release