ivdecision.pri 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. HEADERS += \
  2. $$PWD/../../../src/include/msgtype/brainstate.pb.h \
  3. $$PWD/../../../src/include/msgtype/chassis.pb.h \
  4. $$PWD/../../../src/include/msgtype/decition.pb.h \
  5. $$PWD/../../../src/include/msgtype/gps.pb.h \
  6. $$PWD/../../../src/include/msgtype/gpsimu.pb.h \
  7. $$PWD/../../../src/include/msgtype/hmi.pb.h \
  8. $$PWD/../../../src/include/msgtype/imu.pb.h \
  9. $$PWD/../../../src/include/msgtype/mobileye.pb.h \
  10. $$PWD/../../../src/include/msgtype/mobileye_lane.pb.h \
  11. $$PWD/../../../src/include/msgtype/mobileye_obs.pb.h \
  12. $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.h \
  13. $$PWD/../../../src/include/msgtype/radarobject.pb.h \
  14. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
  15. $$PWD/../../../src/include/msgtype/radio_send.pb.h \
  16. $$PWD/../../../src/include/msgtype/ultrasonic.pb.h \
  17. $$PWD/../../../src/include/msgtype/v2x.pb.h \
  18. $$PWD/../../../src/include/msgtype/vbox.pb.h \
  19. $$PWD/../../interface/ivmodule.h \
  20. $$PWD/../../math/gnss_coordinate_convert.h \
  21. $$PWD/ivdecision.h
  22. SOURCES += \
  23. $$PWD/../../../src/include/msgtype/brainstate.pb.cc \
  24. $$PWD/../../../src/include/msgtype/chassis.pb.cc \
  25. $$PWD/../../../src/include/msgtype/decition.pb.cc \
  26. $$PWD/../../../src/include/msgtype/gps.pb.cc \
  27. $$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
  28. $$PWD/../../../src/include/msgtype/hmi.pb.cc \
  29. $$PWD/../../../src/include/msgtype/imu.pb.cc \
  30. $$PWD/../../../src/include/msgtype/mobileye.pb.cc \
  31. $$PWD/../../../src/include/msgtype/mobileye_lane.pb.cc \
  32. $$PWD/../../../src/include/msgtype/mobileye_obs.pb.cc \
  33. $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.cc \
  34. $$PWD/../../../src/include/msgtype/radarobject.pb.cc \
  35. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
  36. $$PWD/../../../src/include/msgtype/radio_send.pb.cc \
  37. $$PWD/../../../src/include/msgtype/ultrasonic.pb.cc \
  38. $$PWD/../../../src/include/msgtype/v2x.pb.cc \
  39. $$PWD/../../../src/include/msgtype/vbox.pb.cc \
  40. $$PWD/../../interface/ivmodule.cpp \
  41. $$PWD/../../math/gnss_coordinate_convert.cpp \
  42. $$PWD/ivdecision.cpp
  43. INCLUDEPATH += $$PWD/../interface
  44. INCLUDEPATH += $$PWD/../../interface
  45. INCLUDEPATH += $$PWD/../../common/modulecomm
  46. INCLUDEPATH += $$PWD/../../common/modulecomm_shm
  47. INCLUDEPATH += $$PWD/../../common/modulecomm_fastrtps
  48. INCLUDEPATH += $$PWD/../../common/modulecomm_inter
  49. LIBS += -L$$PWD/../../common/build-modulecomm-Debug -lmodulecomm
  50. LIBS += -L$$PWD/../../common/build-modulecomm_fastrtps-Debug -lmodulecomm_fastrtps
  51. LIBS += -L$$PWD/../../common/build-modulecomm_shm-Debug -lmodulecomm_shm
  52. LIBS += -L$$PWD/../../common/build-modulecomm_inter-Debug -lmodulecomm_inter
  53. INCLUDEPATH += $$PWD/../../../src/common/xmlparam
  54. LIBS += -L$$PWD/../../../bin/ -lxmlparam
  55. INCLUDEPATH += $$PWD/../../../src/include/msgtype