12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- HEADERS += \
- $$PWD/../../../src/include/msgtype/brainstate.pb.h \
- $$PWD/../../../src/include/msgtype/chassis.pb.h \
- $$PWD/../../../src/include/msgtype/decition.pb.h \
- $$PWD/../../../src/include/msgtype/gps.pb.h \
- $$PWD/../../../src/include/msgtype/gpsimu.pb.h \
- $$PWD/../../../src/include/msgtype/hmi.pb.h \
- $$PWD/../../../src/include/msgtype/imu.pb.h \
- $$PWD/../../../src/include/msgtype/mobileye.pb.h \
- $$PWD/../../../src/include/msgtype/mobileye_lane.pb.h \
- $$PWD/../../../src/include/msgtype/mobileye_obs.pb.h \
- $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.h \
- $$PWD/../../../src/include/msgtype/radarobject.pb.h \
- $$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
- $$PWD/../../../src/include/msgtype/radio_send.pb.h \
- $$PWD/../../../src/include/msgtype/ultrasonic.pb.h \
- $$PWD/../../../src/include/msgtype/v2x.pb.h \
- $$PWD/../../../src/include/msgtype/vbox.pb.h \
- $$PWD/../../interface/ivmodule.h \
- $$PWD/../../math/gnss_coordinate_convert.h \
- $$PWD/ivdecision.h
- SOURCES += \
- $$PWD/../../../src/include/msgtype/brainstate.pb.cc \
- $$PWD/../../../src/include/msgtype/chassis.pb.cc \
- $$PWD/../../../src/include/msgtype/decition.pb.cc \
- $$PWD/../../../src/include/msgtype/gps.pb.cc \
- $$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
- $$PWD/../../../src/include/msgtype/hmi.pb.cc \
- $$PWD/../../../src/include/msgtype/imu.pb.cc \
- $$PWD/../../../src/include/msgtype/mobileye.pb.cc \
- $$PWD/../../../src/include/msgtype/mobileye_lane.pb.cc \
- $$PWD/../../../src/include/msgtype/mobileye_obs.pb.cc \
- $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.cc \
- $$PWD/../../../src/include/msgtype/radarobject.pb.cc \
- $$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
- $$PWD/../../../src/include/msgtype/radio_send.pb.cc \
- $$PWD/../../../src/include/msgtype/ultrasonic.pb.cc \
- $$PWD/../../../src/include/msgtype/v2x.pb.cc \
- $$PWD/../../../src/include/msgtype/vbox.pb.cc \
- $$PWD/../../interface/ivmodule.cpp \
- $$PWD/../../math/gnss_coordinate_convert.cpp \
- $$PWD/ivdecision.cpp
- INCLUDEPATH += $$PWD/../interface
- INCLUDEPATH += $$PWD/../../interface
- INCLUDEPATH += $$PWD/../../common/modulecomm
- INCLUDEPATH += $$PWD/../../common/modulecomm_shm
- INCLUDEPATH += $$PWD/../../common/modulecomm_fastrtps
- INCLUDEPATH += $$PWD/../../common/modulecomm_inter
- LIBS += -L$$PWD/../../common/build-modulecomm-Debug -lmodulecomm
- LIBS += -L$$PWD/../../common/build-modulecomm_fastrtps-Debug -lmodulecomm_fastrtps
- LIBS += -L$$PWD/../../common/build-modulecomm_shm-Debug -lmodulecomm_shm
- LIBS += -L$$PWD/../../common/build-modulecomm_inter-Debug -lmodulecomm_inter
- INCLUDEPATH += $$PWD/../../../src/common/xmlparam
- LIBS += -L$$PWD/../../../bin/ -lxmlparam
- INCLUDEPATH += $$PWD/../../../src/include/msgtype
|