ivdetection_radar.pri 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. HEADERS += \
  2. $$PWD/../../../src/include/msgtype/canmsg.pb.h \
  3. $$PWD/../../../src/include/msgtype/canraw.pb.h \
  4. $$PWD/../../../src/include/msgtype/radarobject.pb.h \
  5. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
  6. $$PWD/../../interface/ivmodule.h \
  7. $$PWD/ivdetection.h \
  8. $$PWD/ivdetection_radar.h
  9. SOURCES += \
  10. $$PWD/../../../src/include/msgtype/canmsg.pb.cc \
  11. $$PWD/../../../src/include/msgtype/canraw.pb.cc \
  12. $$PWD/../../../src/include/msgtype/radarobject.pb.cc \
  13. $$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
  14. $$PWD/../../interface/ivmodule.cpp \
  15. $$PWD/ivdetection.cpp \
  16. $$PWD/ivdetection_radar.cpp
  17. INCLUDEPATH += $$PWD/../interface
  18. INCLUDEPATH += $$PWD/../../interface
  19. INCLUDEPATH += $$PWD/../../common/modulecomm
  20. INCLUDEPATH += $$PWD/../../common/modulecomm_shm
  21. INCLUDEPATH += $$PWD/../../common/modulecomm_fastrtps
  22. INCLUDEPATH += $$PWD/../../common/modulecomm_inter
  23. LIBS += -L$$PWD/../../common/build-modulecomm-Debug -lmodulecomm
  24. LIBS += -L$$PWD/../../common/build-modulecomm_fastrtps-Debug -lmodulecomm_fastrtps
  25. LIBS += -L$$PWD/../../common/build-modulecomm_shm-Debug -lmodulecomm_shm
  26. LIBS += -L$$PWD/../../common/build-modulecomm_inter-Debug -lmodulecomm_inter
  27. INCLUDEPATH += $$PWD/../../../src/common/xmlparam
  28. LIBS += -L$$PWD/../../../bin/ -lxmlparam
  29. INCLUDEPATH += $$PWD/../../../src/include/msgtype