From 44b96e6fb5f484e9a60fe03b99021a1c5f78488d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 3 Feb 2013 13:34:53 +0100 Subject: bsatk is now part of the Mod Organizer repository --- src/shared/shared.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/shared/shared.pro') 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 -- cgit v1.3.1