提交EditPlotHeader.pro

This commit is contained in:
zhaolei 2026-05-19 13:55:01 +08:00
parent 131a68222d
commit 2b60ae10fa

View File

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