From 2b60ae10fa8a5b2d33aafa1e5704289648f1f2db Mon Sep 17 00:00:00 2001 From: zhaolei <353719554@qq.com> Date: Tue, 19 May 2026 13:55:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4EditPlotHeader.pro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EditPlotHeader/src/EditPlotHeader.pro | 2 ++ 1 file changed, 2 insertions(+) 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 }