修改动态库名修改编译

This commit is contained in:
jxder 2025-06-22 20:31:25 +08:00
parent 049ae35d11
commit d4ecbc980a
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ LIBS += -llibcositcps \
-llibasn1 \ -llibasn1 \
-llibutil \ -llibutil \
-llibslog \ -llibslog \
-lkbd61850dbinterface -lhmjs61850dbinterface
LIBS += -lboost_system LIBS += -lboost_system

View File

@ -26,7 +26,7 @@ LIBS += \
-llibasn1 \ -llibasn1 \
-llibutil \ -llibutil \
-llibslog \ -llibslog \
-lkbd61850dbinterface -lhmjs61850dbinterface
LIBS += -lboost_system LIBS += -lboost_system

View File

@ -28,7 +28,7 @@ LIBS += -llibcositcps \
-llibasn1 \ -llibasn1 \
-llibutil \ -llibutil \
-llibslog \ -llibslog \
-lkbd61850dbinterface -lhmjs61850dbinterface
LIBS += -lboost_system -lfes_ping_api LIBS += -lboost_system -lfes_ping_api

View File

@ -78,7 +78,7 @@ LIBS += -L$$LIBDIR -llibmem
LIBS += -L$$LIBDIR -llibasn1 LIBS += -L$$LIBDIR -llibasn1
LIBS += -L$$LIBDIR -llibutil LIBS += -L$$LIBDIR -llibutil
LIBS += -L$$LIBDIR -llibslog LIBS += -L$$LIBDIR -llibslog
#LIBS += -L$$LIBDIR -lkbd61850dbinterface #LIBS += -L$$LIBDIR -lhmjs61850dbinterface
win32{ win32{
LIBS += -L$$LIBDIR -lws2_32 LIBS += -L$$LIBDIR -lws2_32