ivdecision.pri 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. $$PWD/ivif_park.h \
  23. $$PWD/ivif_nearpoint.h \
  24. $$PWD/ivif_localplan.h
  25. SOURCES += \
  26. $$PWD/../../../src/include/msgtype/brainstate.pb.cc \
  27. $$PWD/../../../src/include/msgtype/chassis.pb.cc \
  28. $$PWD/../../../src/include/msgtype/decition.pb.cc \
  29. $$PWD/../../../src/include/msgtype/gps.pb.cc \
  30. $$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
  31. $$PWD/../../../src/include/msgtype/hmi.pb.cc \
  32. $$PWD/../../../src/include/msgtype/imu.pb.cc \
  33. $$PWD/../../../src/include/msgtype/mobileye.pb.cc \
  34. $$PWD/../../../src/include/msgtype/mobileye_lane.pb.cc \
  35. $$PWD/../../../src/include/msgtype/mobileye_obs.pb.cc \
  36. $$PWD/../../../src/include/msgtype/mobileye_tsr.pb.cc \
  37. $$PWD/../../../src/include/msgtype/radarobject.pb.cc \
  38. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
  39. $$PWD/../../../src/include/msgtype/radio_send.pb.cc \
  40. $$PWD/../../../src/include/msgtype/ultrasonic.pb.cc \
  41. $$PWD/../../../src/include/msgtype/v2x.pb.cc \
  42. $$PWD/../../../src/include/msgtype/vbox.pb.cc \
  43. $$PWD/../../interface/ivmodule.cpp \
  44. $$PWD/../../math/gnss_coordinate_convert.cpp \
  45. $$PWD/ivdecision.cpp \
  46. $$PWD/ivif_park.cpp \
  47. $$PWD/ivif_nearpoint.cpp \
  48. $$PWD/ivif_localplan.cpp
  49. INCLUDEPATH += $$PWD/../interface
  50. INCLUDEPATH += $$PWD/../../interface
  51. #INCLUDEPATH += $$PWD/../../common/modulecomm
  52. #INCLUDEPATH += $$PWD/../../common/modulecomm_shm
  53. #INCLUDEPATH += $$PWD/../../common/modulecomm_fastrtps
  54. #INCLUDEPATH += $$PWD/../../common/modulecomm_inter
  55. INCLUDEPATH += $$PWD/../../../src/common/xmlparam
  56. LIBS += -L$$PWD/../../../bin/ -lxmlparam
  57. INCLUDEPATH += $$PWD/../../../src/include/msgtype