summaryrefslogtreecommitdiff
path: root/src/organizer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/organizer.pro')
-rw-r--r--src/organizer.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro
index 994da396..76f95955 100644
--- a/src/organizer.pro
+++ b/src/organizer.pro
@@ -235,10 +235,14 @@ OTHER_FILES += \
# leak detection with vld
-#INCLUDEPATH += "E:/Visual Leak Detector/include"
-#LIBS += -L"E:/Visual Leak Detector/lib/Win32"
+INCLUDEPATH += "E:/Visual Leak Detector/include"
+LIBS += -L"E:/Visual Leak Detector/lib/Win32"
#DEFINES += LEAK_CHECK_WITH_VLD
+# custom leak detection
+LIBS += -lDbgHelp
+
+# model tests
#SOURCES += modeltest.cpp
#HEADERS += modeltest.h
#DEFINES += TEST_MODELS