TEMPLATE = lib CONFIG += plugin debug TARGET = $$qtLibraryTarget(gnsscenter_map_stations) 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 = map_stations.h \ worldplot.h \ thriftclient.h SOURCES = map_stations.cpp \ worldplot.cpp \ thriftclient.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 = map_stations.qrc