diff --git a/EditPlotHeader/src/EditPlotHeader.pro b/EditPlotHeader/src/EditPlotHeader.pro index 4aee895..2849c28 100644 --- a/EditPlotHeader/src/EditPlotHeader.pro +++ b/EditPlotHeader/src/EditPlotHeader.pro @@ -82,8 +82,10 @@ INCLUDEPATH += ../../Workflow/WFWidget/include CONFIG(debug, debug|release){ LIBS += -L$$PWD/../../Bin -lslfiod + LIBS += -L$$PWD/../../Bin -lBaseFund LIBS += -L$$PWD/../../Bin -lOSGDataModeld } else { LIBS += -L$$PWD/../../BinR -lslfio + LIBS += -L$$PWD/../../BinR -lBaseFun LIBS += -L$$PWD/../../BinR -lOSGDataModel }