renamed mobility... to mobilisis

This commit is contained in:
Gerhard Hoffmann 2023-05-04 11:20:59 +02:00
parent 568d7d8680
commit adce2983ce

View File

@ -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
}
}