ivdecision.pri 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/radarobject.pb.h \
  10. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
  11. $$PWD/../../../src/include/msgtype/radio_send.pb.h \
  12. $$PWD/../../../src/include/msgtype/ultrasonic.pb.h \
  13. $$PWD/../../../src/include/msgtype/v2x.pb.h \
  14. $$PWD/../../../src/include/msgtype/vbox.pb.h \
  15. $$PWD/../../interface/ivmodule.h \
  16. $$PWD/ivdecision.h
  17. SOURCES += \
  18. $$PWD/../../../src/include/msgtype/brainstate.pb.cc \
  19. $$PWD/../../../src/include/msgtype/chassis.pb.cc \
  20. $$PWD/../../../src/include/msgtype/decition.pb.cc \
  21. $$PWD/../../../src/include/msgtype/gps.pb.cc \
  22. $$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
  23. $$PWD/../../../src/include/msgtype/hmi.pb.cc \
  24. $$PWD/../../../src/include/msgtype/imu.pb.cc \
  25. $$PWD/../../../src/include/msgtype/radarobject.pb.cc \
  26. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
  27. $$PWD/../../../src/include/msgtype/radio_send.pb.cc \
  28. $$PWD/../../../src/include/msgtype/ultrasonic.pb.cc \
  29. $$PWD/../../../src/include/msgtype/v2x.pb.cc \
  30. $$PWD/../../../src/include/msgtype/vbox.pb.cc \
  31. $$PWD/../../interface/ivmodule.cpp \
  32. $$PWD/ivdecision.cpp
  33. INCLUDEPATH += $$PWD/../interface
  34. INCLUDEPATH += $$PWD/../../interface
  35. INCLUDEPATH += $$PWD/../../common/modulecomm
  36. INCLUDEPATH += $$PWD/../../common/modulecomm_shm
  37. INCLUDEPATH += $$PWD/../../common/modulecomm_fastrtps
  38. INCLUDEPATH += $$PWD/../../common/modulecomm_inter
  39. LIBS += -L$$PWD/../../common/build-modulecomm-Debug -lmodulecomm
  40. LIBS += -L$$PWD/../../common/build-modulecomm_fastrtps-Debug -lmodulecomm_fastrtps
  41. LIBS += -L$$PWD/../../common/build-modulecomm_shm-Debug -lmodulecomm_shm
  42. LIBS += -L$$PWD/../../common/build-modulecomm_inter-Debug -lmodulecomm_inter
  43. INCLUDEPATH += $$PWD/../../../src/common/xmlparam
  44. LIBS += -L$$PWD/../../../bin/ -lxmlparam
  45. INCLUDEPATH += $$PWD/../../../src/include/msgtype