summaryrefslogtreecommitdiff
path: root/src/shared/shared.pro
diff options
context:
space:
mode:
authorTannin <sherb@gmx.net>2013-02-03 13:34:53 +0100
committerTannin <sherb@gmx.net>2013-02-03 13:34:53 +0100
commit44b96e6fb5f484e9a60fe03b99021a1c5f78488d (patch)
treef2080a04eafcbfc48024078c44746b562850d0b9 /src/shared/shared.pro
parent981f8b3acf7e76f27c02f4ced80d55b424cc7497 (diff)
bsatk is now part of the Mod Organizer repository
Diffstat (limited to 'src/shared/shared.pro')
-rw-r--r--src/shared/shared.pro6
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