From 7bfb48d6abb248d9739281ae46f8e9f52fcd16e3 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 20 Dec 2014 14:45:08 +0100 Subject: cleanup --- src/shared/shared.pro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/shared/shared.pro') diff --git a/src/shared/shared.pro b/src/shared/shared.pro index 69f6f2e6..1e26b7c0 100644 --- a/src/shared/shared.pro +++ b/src/shared/shared.pro @@ -28,7 +28,8 @@ SOURCES += \ util.cpp \ skyriminfo.cpp \ appconfig.cpp \ - leaktrace.cpp + leaktrace.cpp \ + stackdata.cpp HEADERS += \ inject.h \ @@ -43,12 +44,13 @@ HEADERS += \ skyriminfo.h \ appconfig.h \ appconfig.inc \ - leaktrace.h + leaktrace.h \ + stackdata.h # only for custom leak detection -DEFINES += TRACE_LEAKS -LIBS += -lDbgHelp +#DEFINES += TRACE_LEAKS +#LIBS += -lDbgHelp CONFIG(debug, debug|release) { -- cgit v1.3.1