ivdecision.pri 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. INCLUDEPATH += $$PWD/../../../src/common/xmlparam
  50. LIBS += -L$$PWD/../../../bin/ -lxmlparam
  51. INCLUDEPATH += $$PWD/../../../src/include/msgtype