Преглед на файлове

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!" )