|
@@ -19,15 +19,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
|
|
|
|
|
SOURCES += \
|
|
|
- main.cpp \
|
|
|
- /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 \
|
|
|
- /apollo_workspace/bazel-bin/external/apollo_src/modules/common_msgs/transform_msgs/transform.pb.cc
|
|
|
+ main.cpp
|
|
|
|
|
|
# Default rules for deployment.
|
|
|
qnx: target.path = /tmp/$${TARGET}/bin
|
|
@@ -77,4 +69,7 @@ LIBS += -L/opt/apollo/neo/lib/3rd-protobuf -lprotobuf
|
|
|
|
|
|
#LIBS += -L$$PWD -lhcp2
|
|
|
LIBS += /opt/apollo/neo/lib/catarc/libhcp2.so
|
|
|
+LIBS += /opt/apollo/neo/lib/catarc/libapolloproto1.so
|
|
|
+LIBS += /opt/apollo/neo/lib/catarc/libapolloproto2.so
|
|
|
+LIBS += /opt/apollo/neo/lib/catarc/libapolloproto3.so
|
|
|
|