diff options
| author | Tannin <devnull@localhost> | 2013-07-17 20:58:58 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-07-17 20:58:58 +0200 |
| commit | d0f2c4fcf79222d5c6f3c17188a811b0a47833c6 (patch) | |
| tree | 12c9e4f529caa0f5830c8dd52d785b3e2df5462b /src/shared/shared.pro | |
| parent | 36ac91e0b765b1ae099e93054447beca8f461f74 (diff) | |
- now avoids a few unnecessary copy operations during generation of the directory structure
- bugfix: circular dependency caused a memory leak
- bugfix: removing a single mod lead to the wrong mod being deleted
Diffstat (limited to 'src/shared/shared.pro')
| -rw-r--r-- | src/shared/shared.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/shared/shared.pro b/src/shared/shared.pro index 9489958a..ab0bd8a0 100644 --- a/src/shared/shared.pro +++ b/src/shared/shared.pro @@ -15,7 +15,7 @@ INCLUDEPATH += ../bsatk "$(BOOSTPATH)" CONFIG(debug, debug|release) {
LIBS += -L$$OUT_PWD/../bsatk/debug
-
+ LIBS += -lDbgHelp
} else {
LIBS += -L$$OUT_PWD/../bsatk/release
}
@@ -39,7 +39,8 @@ SOURCES += \ falloutnvinfo.cpp \
util.cpp \
skyriminfo.cpp \
- appconfig.cpp
+ appconfig.cpp \
+ leaktrace.cpp
HEADERS += \
inject.h \
@@ -53,4 +54,5 @@ HEADERS += \ util.h \
skyriminfo.h \
appconfig.h \
- appconfig.inc
+ appconfig.inc \
+ leaktrace.h
|
