modulecomm_fastrtps.pri 675 B

12345678910111213141516171819202122
  1. HEADERS += \
  2. $$PWD/Topics.h \
  3. $$PWD/TopicsPubSubTypes.h \
  4. $$PWD/TopicsPublisher.h \
  5. $$PWD/TopicsSubscriber.h \
  6. $$PWD/modulecomm_fastrtps_shm.h \
  7. $$PWD/modulecomm_fastrtps_tcp.h \
  8. $$PWD/modulecomm_impl_shm.h \
  9. $$PWD/modulecomm_impl_tcp.h
  10. SOURCES += \
  11. $$PWD/Topics.cxx \
  12. $$PWD/TopicsPubSubTypes.cxx \
  13. $$PWD/TopicsPublisher.cxx \
  14. $$PWD/TopicsSubscriber.cxx \
  15. $$PWD/modulecomm_fastrtps_shm.cpp \
  16. $$PWD/modulecomm_fastrtps_tcp.cpp \
  17. $$PWD/modulecomm_impl_shm.cpp \
  18. $$PWD/modulecomm_impl_tcp.cpp
  19. INCLUDEPATH += $$PWD/../../../../thirdpartylib/FastRTPS/include
  20. LIBS += -L$$PWD/../../../../thirdpartylib/FastRTPS/lib