TEMPLATE = lib CONFIG += plugin debug TARGET = $$qtLibraryTarget(gnsscenter_monitor) QT += svg INCLUDEPATH += ../qwt ../main DESTDIR = ../plugins LIBS = -L../qwt -lqwt INCLUDEPATH += /usr/local/include/thrift DEFINES += HAVE_INTTYPES_H HAVE_NETINET_IN_H debug:OBJECTS_DIR = .obj/debug debug:MOC_DIR = .moc/debug release:OBJECTS_DIR = .obj/release release:MOC_DIR = .moc/release thrift.target = gen-cpp thrift.commands = "thrift -r -gen cpp rtnet.thrift" thrift.depends = rtnet.thrift rtnet_data.thrift QMAKE_EXTRA_TARGETS += thrift PRE_TARGETDEPS += gen-cpp LIBS += -lthrift HEADERS = monitor.h \ utils.h \ const.h \ worldplot.h \ thriftclient.h SOURCES = monitor.cpp \ utils.cpp \ const.cpp \ worldplot.cpp \ thriftclient.cpp \ ../main/settings.cpp \ gen-cpp/RtnetData.cpp \ gen-cpp/rtnet_constants.cpp gen-cpp/rtnet_types.cpp \ gen-cpp/rtnet_data_constants.cpp gen-cpp/rtnet_data_types.cpp RESOURCES = monitor.qrc