modulecomm_fastrtps_tcp.pro 810 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-07-10T05:46:48
  4. #
  5. #-------------------------------------------------
  6. QT -= gui
  7. #DEFINES += dds_use_shm
  8. TARGET = modulecomm_fastrtps_tcp
  9. TEMPLATE = lib
  10. DEFINES += MODULECOMM_FASTRTPS_TCP_LIBRARY
  11. VERSION = 1.0.1
  12. CONFIG += plugin
  13. SOURCES += modulecomm_fastrtps_tcp.cpp \
  14. Topics.cxx \
  15. TopicsPubSubTypes.cxx \
  16. TopicsPublisher.cxx \
  17. TopicsSubscriber.cxx \
  18. modulecomm_impl.cpp
  19. HEADERS += modulecomm_fastrtps_tcp.h \
  20. Topics.h \
  21. TopicsPubSubTypes.h \
  22. TopicsPublisher.h \
  23. TopicsSubscriber.h \
  24. modulecomm_impl.h \
  25. ivmodulemsg_type.h
  26. unix {
  27. target.path = /usr/lib
  28. INSTALLS += target
  29. }
  30. #INCLUDEPATH += $$PWD/../../../include/
  31. LIBS += -L$$PWD -lfastcdr -lfastrtps