|
@@ -20,14 +20,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
|
|
|
SOURCES += \
|
|
|
main.cpp \
|
|
|
- /apollo_workspace/modules/common_msgs/localization_msgs/localization.pb.cc \
|
|
|
- /apollo_workspace/modules/common_msgs/localization_msgs/localization_status.pb.cc \
|
|
|
- /apollo_workspace/modules/common_msgs/localization_msgs/pose.pb.cc \
|
|
|
- /apollo_workspace/modules/common_msgs/basic_msgs/header.pb.cc \
|
|
|
- /apollo_workspace/modules/common_msgs/basic_msgs/pnc_point.pb.cc \
|
|
|
- /apollo_workspace/modules/common_msgs/basic_msgs/geometry.pb.cc \
|
|
|
- /apollo_workspace/modules/common_msgs/basic_msgs/error_code.pb.cc \
|
|
|
- /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/transform_msgs/transform.pb.cc
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/localization_msgs/localization.pb.cc \
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/localization_msgs/localization_status.pb.cc \
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/localization_msgs/pose.pb.cc \
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/basic_msgs/header.pb.cc \
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/basic_msgs/pnc_point.pb.cc \
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/basic_msgs/geometry.pb.cc \
|
|
|
+ /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/basic_msgs/error_code.pb.cc
|
|
|
|
|
|
# Default rules for deployment.
|
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
@@ -65,8 +64,6 @@ LIBS += /opt/apollo/neo/lib/cyber/croutine/*.so
|
|
|
LIBS += /opt/apollo/neo/lib/cyber/event/*.so
|
|
|
LIBS += /opt/apollo/neo/lib/cyber/time/*.so
|
|
|
|
|
|
-LIBS += /opt/apollo/neo/lib/modules/transform/*.so
|
|
|
-
|
|
|
LIBS += -L/opt/apollo/neo/lib/3rd-fastdds-wrap -lfastrtps
|
|
|
|
|
|
LIBS += -L/lib/aarch64-linux-gnu -lgflags -lglog
|
|
@@ -75,5 +72,6 @@ LIBS += -L/usr/local/lib/ -lbvar
|
|
|
|
|
|
LIBS += -L/opt/apollo/neo/lib/3rd-protobuf -lprotobuf
|
|
|
|
|
|
-LIBS += -L$$PWD -lhcp2
|
|
|
+#LIBS += -L$$PWD -lhcp2
|
|
|
+LIBS += /opt/apollo/neo/lib/catarc/libhcp2.so
|
|
|
|