|
@@ -59,12 +59,13 @@ SOURCES += \
|
|
|
INCLUDEPATH += /usr/include/eigen3
|
|
|
INCLUDEPATH += $$PWD/../../include/msgtype
|
|
|
|
|
|
-LIBS += -L/usr/local/lib -lprotobuf
|
|
|
-
|
|
|
-INCLUDEPATH += $$PWD/../../../include/
|
|
|
-
|
|
|
-LIBS += -L$$PWD/../../../bin -lxmlparam -lmodulecomm -livlog -livfault
|
|
|
+!include(../../../include/common.pri ) {
|
|
|
+ error( "Couldn't find the common.pri file!" )
|
|
|
+}
|
|
|
|
|
|
+!include(../../../include/ivprotobuf.pri ) {
|
|
|
+ error( "Couldn't find the ivprotobuf.pri file!" )
|
|
|
+}
|
|
|
|
|
|
INCLUDEPATH += /usr/include/opencv4/
|
|
|
LIBS += /usr/lib/aarch64-linux-gnu/libopencv*.so
|