diff options
| author | Tannin <devnull@localhost> | 2014-12-20 14:45:08 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-12-20 14:45:08 +0100 |
| commit | 7bfb48d6abb248d9739281ae46f8e9f52fcd16e3 (patch) | |
| tree | d9e954d5a0bbad8559e2ddefd6ec018d4e59c1f2 /src/shared/shared.pro | |
| parent | 88817c7f3b259550741c5e203fb28f7f705ce30c (diff) | |
cleanup
Diffstat (limited to 'src/shared/shared.pro')
| -rw-r--r-- | src/shared/shared.pro | 10 |
1 files changed, 6 insertions, 4 deletions
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) {
|
