ivdecision.pri 2.6 KB

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