Browse Source

change signdetect.pro. delete absolute lib path.

yuchuli 1 year ago
parent
commit
092bd1efab
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/detection/sign_detection/signdetect.pro

+ 4 - 4
src/detection/sign_detection/signdetect.pro

@@ -68,10 +68,10 @@ CUDA_DIR = "/usr/local/cuda"            # Path to cuda toolkit install
 INCLUDEPATH += ../../../include
 
 
-LIBS +=  $$PWD/../../../bin/libxmlparam.so \
-         $$PWD/../../../bin/libivlog.so \
-         $$PWD/../../../bin/libivfault.so \
-         $$PWD/../../../bin/libmodulecomm.so
+#LIBS +=  $$PWD/../../../bin/libxmlparam.so \
+#         $$PWD/../../../bin/libivlog.so \
+#         $$PWD/../../../bin/libivfault.so \
+#         $$PWD/../../../bin/libmodulecomm.so
 
 !include(../../../include/common.pri ) {
     error( "Couldn't find the common.pri file!" )