diff options
Diffstat (limited to 'src/shared/shared.pro')
| -rw-r--r-- | src/shared/shared.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/shared.pro b/src/shared/shared.pro index 3e1283e6..9489958a 100644 --- a/src/shared/shared.pro +++ b/src/shared/shared.pro @@ -11,13 +11,13 @@ TARGET = mo_shared TEMPLATE = lib
CONFIG += staticlib
-INCLUDEPATH += ../../../bsatk "$(BOOSTPATH)"
+INCLUDEPATH += ../bsatk "$(BOOSTPATH)"
CONFIG(debug, debug|release) {
- LIBS += -L../../../bsatk-build/debug
+ LIBS += -L$$OUT_PWD/../bsatk/debug
} else {
- LIBS += -L../../../bsatk-build/release
+ LIBS += -L$$OUT_PWD/../bsatk/release
}
LIBS += -lbsatk
|
