renamed mobility... to mobilisis
This commit is contained in:
parent
568d7d8680
commit
adce2983ce
@ -10,16 +10,16 @@ INCLUDEPATH += $$_PRO_FILE_PWD_/../../MOBILISIS-Calculator/library/include/mobil
|
||||
INCLUDEPATH += .
|
||||
|
||||
unix {
|
||||
LIBS += -L$$OUT_PWD/../library/ -lmobility_calc
|
||||
LIBS += -L$$OUT_PWD/../library/ -lmobilisis_calc
|
||||
}
|
||||
|
||||
CONFIG(debug, debug|release) {
|
||||
win32 {
|
||||
LIBS += -L$$OUT_PWD/../library/debug/ -lmobility_calc
|
||||
LIBS += -L$$OUT_PWD/../library/debug/ -lmobilisis_calc
|
||||
}
|
||||
} else {
|
||||
win32 {
|
||||
LIBS += -L$$OUT_PWD/../library/release/ -lmobility_calc
|
||||
LIBS += -L$$OUT_PWD/../library/release/ -lmobilisis_calc
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user