ソースを参照

change signdetect.pro. delete absolute lib path.

yuchuli 1 年間 前
コミット
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!" )