#------------------------------------------------- # # Project created by QtCreator 2018-07-10T05:46:48 # #------------------------------------------------- QT -= gui #DEFINES += dds_use_shm TARGET = modulecomm_fastrtps TEMPLATE = lib DEFINES += MODULECOMM_FASTRTPS_LIBRARY VERSION = 1.0.1 CONFIG += plugin SOURCES += modulecomm_fastrtps.cpp \ Topics.cxx \ TopicsPubSubTypes.cxx \ TopicsPublisher.cxx \ TopicsSubscriber.cxx \ modulecomm_impl.cpp HEADERS += modulecomm_fastrtps.h \ Topics.h \ TopicsPubSubTypes.h \ TopicsPublisher.h \ TopicsSubscriber.h \ modulecomm_impl.h \ ivmodulemsg_type.h unix { target.path = /usr/lib INSTALLS += target } #INCLUDEPATH += $$PWD/../../../include/ LIBS += -L$$PWD -lfastcdr -lfastrtps