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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-08-15 23:14:28 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-08-15 23:14:28 +0400
commitbcaa6c73fe50d30c59624825d0ef2ffcf70b04c5 (patch)
treefc7eba4bac729a7bde120d012e1521d3cdad5eb3 /compiler.pri
parentc63e4f5f352b788111ac23fd051e5d35925baf2d (diff)
Use VLD for debug builds
Diffstat (limited to 'compiler.pri')
-rw-r--r--compiler.pri6
1 files changed, 5 insertions, 1 deletions
diff --git a/compiler.pri b/compiler.pri
index b8be35769..77b63af30 100644
--- a/compiler.pri
+++ b/compiler.pri
@@ -39,7 +39,11 @@ win32 {
QMAKE_CXXFLAGS_RELEASE *= -GR -Zi -Oy-
QMAKE_LFLAGS *= -fixed:no -debug
}
-
+ CONFIG(debug, debug|release) {
+ INCLUDEPATH *= /dev/vld/include
+ LIBPATH *= /dev/vld/lib
+ DEFINES *= USE_VLD
+ }
} else {
DEFINES *= RESTRICT=__restrict__
CONFIG(opt-gcc) {