|
@@ -20,6 +20,8 @@ QMAKE_CXXFLAGS += -g
|
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
SOURCES += main.cpp \
|
|
|
|
+ ../../include/msgtype/roireqest.pb.cc \
|
|
|
|
+ ../../include/msgtype/roiresult.pb.cc \
|
|
../../include/msgtype/v2x.pb.cc \
|
|
../../include/msgtype/v2x.pb.cc \
|
|
fresnl.cpp \
|
|
fresnl.cpp \
|
|
const.cpp \
|
|
const.cpp \
|
|
@@ -30,11 +32,14 @@ SOURCES += main.cpp \
|
|
../../include/msgtype/gpsimu.pb.cc \
|
|
../../include/msgtype/gpsimu.pb.cc \
|
|
../../include/msgtype/imu.pb.cc \
|
|
../../include/msgtype/imu.pb.cc \
|
|
gnss_coordinate_convert.cpp \
|
|
gnss_coordinate_convert.cpp \
|
|
|
|
+ service_roi_xodr.cpp \
|
|
xodrplan.cpp \
|
|
xodrplan.cpp \
|
|
../../include/msgtype/mapdata.pb.cc
|
|
../../include/msgtype/mapdata.pb.cc
|
|
|
|
|
|
HEADERS += \
|
|
HEADERS += \
|
|
../../../include/ivexit.h \
|
|
../../../include/ivexit.h \
|
|
|
|
+ ../../include/msgtype/roireqest.pb.h \
|
|
|
|
+ ../../include/msgtype/roiresult.pb.h \
|
|
../../include/msgtype/v2x.pb.h \
|
|
../../include/msgtype/v2x.pb.h \
|
|
mconf.h \
|
|
mconf.h \
|
|
globalplan.h \
|
|
globalplan.h \
|
|
@@ -45,6 +50,7 @@ HEADERS += \
|
|
../../include/msgtype/imu.pb.h \
|
|
../../include/msgtype/imu.pb.h \
|
|
gnss_coordinate_convert.h \
|
|
gnss_coordinate_convert.h \
|
|
planpoint.h \
|
|
planpoint.h \
|
|
|
|
+ service_roi_xodr.h \
|
|
xodrplan.h \
|
|
xodrplan.h \
|
|
../../include/msgtype/mapdata.pb.h
|
|
../../include/msgtype/mapdata.pb.h
|
|
|
|
|