소스 검색

change signdetect.pro. delete absolute lib path.

yuchuli 2 년 전
부모
커밋
092bd1efab
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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!" )