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/organizer.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/organizer.pro')
| -rw-r--r-- | src/organizer.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/organizer.pro b/src/organizer.pro index 657e0bce..fd8a4c61 100644 --- a/src/organizer.pro +++ b/src/organizer.pro @@ -184,6 +184,7 @@ CONFIG(debug, debug|release) { DSTDIR = $$PWD/../../outputd
LIBS += -L$$OUT_PWD/../shared/debug -L$$OUT_PWD/../bsatk/debug
LIBS += -L$$OUT_PWD/../uibase/debug
+ LIBS += -lDbgHelp
} else {
OUTDIR = $$OUT_PWD/release
DSTDIR = $$PWD/../../output
|
