Renamed lib. Use shared object.

This commit is contained in:
Gerhard Hoffmann 2023-04-24 15:52:33 +02:00
parent 90cf509d97
commit 43aac674d1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
TEMPLATE = lib
TARGET = library
CONFIG += staticlib
TARGET = mobility_calc
# CONFIG += staticlib
QMAKE_CXXFLAGS += -std=c++11 -g -O0

View File

@ -8,7 +8,7 @@ QMAKE_CXX_FLAGS += -std=c11
INCLUDEPATH += $$_PRO_FILE_PWD_/../../MOBILISIS_Calculator/library/include/mobilisis/
INCLUDEPATH += .
LIBS += $$OUT_PWD/../library/liblibrary.a
LIBS += -L$$OUT_PWD/../library/ -lmobility_calc
SOURCES += main.cpp