提交ConvertorManager.pro文件

This commit is contained in:
zhaolei 2026-04-15 10:31:39 +08:00
parent 4e36898f54
commit e2cad070ad

View File

@ -88,9 +88,11 @@ CONFIG(debug, debug|release){
LIBS += -L$$PWD/../../Bin -lBaseFund
LIBS += -L$$PWD/../../Bin -lslfiod
LIBS += -L$$PWD/../../Bin -lWellLogUId
LIBS += -L$$PWD/../../Bin -lWFEngined
} else {
LIBS += -L$$PWD/../../BinR -lOSGDataModel
LIBS += -L$$PWD/../../BinR -lBaseFun
LIBS += -L$$PWD/../../BinR -lslfio
LIBS += -L$$PWD/../../BinR -lWellLogUI
LIBS += -L$$PWD/../../Bin -lWFEngine
}