diff options
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) {
|
