diff options
| author | Tannin <devnull@localhost> | 2014-07-15 17:48:43 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2014-07-15 17:48:43 +0200 |
| commit | 434b6be69dd425504c293866fd4f9d7556ec7342 (patch) | |
| tree | 262ddf986f6522443fbe79f4feaed28b93cac33c /src/shared/shared.pro | |
| parent | 84c66727bff954fd0820fc9f33833848496e9531 (diff) | |
| parent | bfb3385e4932530928cff5a94ad56d8f30e5babe (diff) | |
merged changes by TheBloke
Diffstat (limited to 'src/shared/shared.pro')
| -rw-r--r-- | src/shared/shared.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/shared/shared.pro b/src/shared/shared.pro index 992fd7f2..c5925c24 100644 --- a/src/shared/shared.pro +++ b/src/shared/shared.pro @@ -21,11 +21,13 @@ INCLUDEPATH += ../bsatk "$(BOOSTPATH)" CONFIG(debug, debug|release) {
LIBS += -L$$OUT_PWD/../bsatk/debug
- LIBS += -lDbgHelp
+ LIBS += -lDbgHelp
QMAKE_CXXFLAGS_DEBUG -= -Zi
QMAKE_CXXFLAGS += -Z7
+ PRE_TARGETDEPS += $$OUT_PWD/../bsatk/debug/bsatk.lib
} else {
- LIBS += -L$$OUT_PWD/../bsatk/release
+ LIBS += -L$$OUT_PWD/../bsatk/release
+ PRE_TARGETDEPS += $$OUT_PWD/../bsatk/release/bsatk.lib
}
LIBS += -lbsatk
|
