|
@@ -19,6 +19,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
|
|
unix:system("./protomake.sh")
|
|
|
|
|
|
SOURCES += \
|
|
|
+ ../../common/common/math/gnss_coordinate_convert.cpp \
|
|
|
VehicleControl.grpc.pb.cc \
|
|
|
VehicleControl.pb.cc \
|
|
|
VehicleControl_service.grpc.pb.cc \
|
|
@@ -71,6 +72,7 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
|
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
+ ../../common/common/math/gnss_coordinate_convert.h \
|
|
|
VehicleControl.grpc.pb.h \
|
|
|
VehicleControl.pb.h \
|
|
|
VehicleControl_service.grpc.pb.h \
|