This commit is contained in:
hehaoyang 2023-12-08 14:20:07 +08:00
commit 54225dc3e4
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@ -221,4 +221,4 @@ app/._HxVideoDecoder.h
app/._release app/._release
app/.DS_Store app/.DS_Store
build-app-Desktop_Qt_5_14_2_GCC_64bit-Debug/* build-app-Desktop_Qt_5_14_2_GCC_64bit-Debug/*
build-app-Desktop_Qt_5_15_2_MinGW_64_bit-Debug/* build-app-Desktop_Qt_5_15_2_MinGW_64_bit-Debug/*

View File

@ -52,6 +52,7 @@ unix {
} }
contains(DEFINES, USE_ALGORITHM) { contains(DEFINES, USE_ALGORITHM) {
LIBS += -L$$PWD/external/npu -lrknn_api
LIBS += -L$$PWD/external/ -lObjectEventDetect LIBS += -L$$PWD/external/ -lObjectEventDetect
PRE_TARGETDEPS += $$PWD/external/libObjectEventDetect.a PRE_TARGETDEPS += $$PWD/external/libObjectEventDetect.a