summaryrefslogtreecommitdiff
path: root/src/organizer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizer.pro')
-rw-r--r--src/organizer.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/organizer.pro b/src/organizer.pro
index e89b6e99..a9353361 100644
--- a/src/organizer.pro
+++ b/src/organizer.pro
@@ -183,7 +183,6 @@ INCLUDEPATH += ../shared ../archive ../uibase ../bsatk ../esptk "$(BOOSTPATH)"
LIBS += -L"$(BOOSTPATH)/stage/lib"
-
CONFIG(debug, debug|release) {
OUTDIR = $$OUT_PWD/debug
DSTDIR = $$PWD/../../outputd
@@ -294,6 +293,12 @@ OTHER_FILES += \
INCLUDEPATH += "$(ZLIBPATH)" "$(ZLIBPATH)/build" "$(BOOSTPATH)"
LIBS += -L"$(ZLIBPATH)/build" -lzlibstatic
+
+# leak detection with vld
+#INCLUDEPATH += "E:/Visual Leak Detector/include"
+#LIBS += -L"E:/Visual Leak Detector/lib/Win32"
+#DEFINES += LEAK_CHECK_WITH_VLD
+
#SOURCES += modeltest.cpp
#HEADERS += modeltest.h
#DEFINES += TEST_MODELS